Source code of Windows XP (NT5)
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.

13 lines
345 B

  1. #define VER_FILETYPE VFT_DLL
  2. #define VER_FILESUBTYPE VFT_UNKNOWN
  3. #define VER_FILEDESCRIPTION_STR "ADVPACK"
  4. #define VER_INTERNALNAME_STR "ADVPACK.DLL"
  5. #define VER_ORIGINALFILENAME_STR "ADVPACK.DLL"
  6. #if WINNT
  7. #include <winver.h>
  8. #include <ntverp.h>
  9. #else
  10. #include <version.h>
  11. #endif
  12. #include <common.ver>