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.

31 lines
830 B

  1. //---------------------------------------------------------------------------
  2. // wow32.rc
  3. //
  4. // Copyright (c) Microsoft Corporation, 1990-
  5. //---------------------------------------------------------------------------
  6. #define WIN31 1
  7. #include <windows.h>
  8. #include <ntverp.h>
  9. #define VER_FILETYPE VFT_DLL
  10. #define VER_FILESUBTYPE VFT_UNKNOWN
  11. #define VER_INTERNALNAME_STR "WOW32"
  12. #define VER_ORIGINALFILENAME_STR "WOW32.DLL"
  13. #ifdef _HYDRA_
  14. #define VER_FILEDESCRIPTION_STR "Multi-User 32-bit WOW Subsystem Library"
  15. #else
  16. #define VER_FILEDESCRIPTION_STR "32-bit WOW Subsystem Library"
  17. #endif
  18. #include "common.ver"
  19. #include "isz.h"
  20. //----Strings----------------------------------------------------------------
  21. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  22. BEGIN
  23. #include "sz.src"
  24. END