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.

98 lines
2.5 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #define APSTUDIO_HIDDEN_SYMBOLS
  9. #include "windows.h"
  10. #undef APSTUDIO_HIDDEN_SYMBOLS
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifndef _MAC
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. #include <windows.h>
  25. #ifdef WIN95
  26. #include "verinfo.h"
  27. #define VERSIONNAME "dpnlobby.dll\0"
  28. #ifdef DBG
  29. #define VERSIONDESCRIPTION "Microsoft DirectPlay8 Lobby Debug\0"
  30. #else
  31. #define VERSIONDESCRIPTION "Microsoft DirectPlay8 Lobby\0"
  32. #endif // DBG
  33. #define VERSIONTYPE VFT_DLL
  34. #define VERSIONSUBTYPE VFT2_UNKNOWN
  35. #include "verinfo.ver"
  36. #elif WINNT
  37. #include <ntverp.h>
  38. #define VER_FILETYPE VFT_DLL
  39. #define VER_FILESUBTYPE VFT2_UNKNOWN
  40. #define VER_FILEDESCRIPTION_STR "Microsoft DirectPlay8 Lobby"
  41. #define VER_INTERNALNAME_STR "dpnlobby.dll"
  42. #include "common.ver"
  43. #elif WINCE
  44. #include <winver.h>
  45. VS_VERSION_INFO VERSIONINFO
  46. FILEVERSION 5,1,2505,0
  47. PRODUCTVERSION 5,1,2505,0
  48. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  49. FILEFLAGS VS_FF_DEBUG|VS_FF_PRERELEASE|VS_FF_PRIVATEBUILD
  50. FILEOS VOS_NT_WINDOWS32
  51. FILETYPE VFT_DLL
  52. FILESUBTYPE VFT2_UNKNOWN
  53. BEGIN
  54. BLOCK "StringFileInfo"
  55. BEGIN
  56. BLOCK "040904B0"
  57. BEGIN
  58. VALUE "CompanyName", "Microsoft Corporation"
  59. VALUE "FileDescription", "Microsoft DirectPlay8 Lobby"
  60. VALUE "FileVersion", "5.1.2505.0"
  61. VALUE "InternalName", "dpnlobby.dll"
  62. VALUE "LegalCopyright", "\251 Microsoft Corporation. All rights reserved."
  63. VALUE "OriginalFilename","dpnlobby.dll"
  64. VALUE "ProductName", "Microsoft\256 Windows\256 Operating System"
  65. VALUE "ProductVersion", "5.1.2505.0"
  66. END
  67. END
  68. BLOCK "VarFileInfo"
  69. BEGIN
  70. VALUE "Translation", 0x0409, 0x04B0
  71. END
  72. END
  73. #else
  74. #pragma message("Unknown platform, not WIN95, WINNT, or WINCE")
  75. #endif // WINCE
  76. #endif // !_MAC