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.

18 lines
442 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #ifdef JAPAN
  4. LANGUAGE 0x11,0x1
  5. 1 11 MSG00411.bin
  6. #endif
  7. LANGUAGE 0x9,0x1
  8. 1 11 MSG00001.bin
  9. #define VER_FILETYPE VFT_DLL
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "Microsoft Windows Resource Compiler DLL"
  12. #define VER_INTERNALNAME_STR "rcdll.dll"
  13. #define VER_ORIGINALFILENAME_STR "rcdll.dll"
  14. #include "common.ver"