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.

73 lines
1.9 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Version
  4. //
  5. #include <windows.h>
  6. #include <ntverp.h>
  7. //#include "resource.h"
  8. #define VER_FILETYPE VFT_APP
  9. #define VER_FILESUBTYPE VFT2_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "Muirct.exe MUI build tool"
  11. #define VER_INTERNALNAME_STR "muirct"
  12. #define VER_ORIGINALFILENAME_STR "muirct.exe"
  13. #include "common.ver"
  14. #include "resource.h"
  15. #define APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Generated from the TEXTINCLUDE 2 resource.
  19. //
  20. // #include "afxres.h"
  21. /////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23. /////////////////////////////////////////////////////////////////////////////
  24. // English (U.S.) resources
  25. #ifdef _WIN32
  26. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  27. #pragma code_page(1252)
  28. #endif //_WIN32
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // TEXTINCLUDE
  32. //
  33. 1 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "resource.h\0"
  36. END
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#include ""afxres.h""\r\n"
  40. "\0"
  41. END
  42. 3 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  45. "#define _AFX_NO_OLE_RESOURCES\r\n"
  46. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  47. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  48. "\r\n"
  49. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  50. "#ifdef _WIN32\r\n"
  51. "LANGUAGE 9, 1\r\n"
  52. "#pragma code_page(1252)\r\n"
  53. "#endif\r\n"
  54. "#include ""res\\Muirct.Rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  55. "#include ""afxres.rc"" // Standard components\r\n"
  56. "#include ""afxprint.rc"" // printing/print preview resources\r\n"
  57. "#endif\0"
  58. END
  59. // #include "res\\Muirct.Rc2" // non-Microsoft Visual C++ edited resources