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.

16 lines
403 B

  1. #include "version.h"
  2. #ifdef RC_INVOKED
  3. #include "verdef.h"
  4. #define VER_FILEVERSION_STR "3.01\0"
  5. #define VER_FILEVERSION rmj,rmm,0,rup
  6. #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1991-1997\0"
  7. #define VER_COMMENT_STR "Windows Setup Toolkit (Throttle)\0"
  8. #define VER_FILETYPE VFT_DLL
  9. #define VER_FILESUBTYPE 0
  10. #endif /* RC_INVOKED */