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.

14 lines
346 B

  1. #include <windows.h>
  2. #ifndef _WIN32_WCE
  3. #include <ntverp.h>
  4. #endif
  5. #define VER_FILETYPE VFT_DLL
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "Windows NT Minidump"
  8. #define VER_INTERNALNAME_STR "MINIDUMP.DLL"
  9. #define VER_ORIGINALFILENAME_STR "MINIDUMP.DLL"
  10. #ifndef _WIN32_WCE
  11. #include "common.ver"
  12. #endif