Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
430 B

  1. #define VER_FILETYPE VFT_APP
  2. #define VER_FILESUBTYPE VFT_UNKNOWN
  3. #define VER_FILEDESCRIPTION_STR "W95INF32"
  4. #define VER_INTERNALNAME_STR "W95INF32"
  5. #define VER_LEGALCOPYRIGHT_YEARS "1994-1995"
  6. #define VER_ORIGINALFILENAME_STR "W95INF32.DLL"
  7. #if WINNT
  8. #include <winver.h>
  9. #include <ntverp.h>
  10. #else
  11. #include <version.h>
  12. //#include <oharever.h>
  13. #endif
  14. #include <common.ver>