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.

62 lines
1.4 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. #ifdef WIN95
  25. #include <windows.h>
  26. #include "verinfo.h"
  27. #define VERSIONNAME "dpnaddr.dll\0"
  28. #ifdef DEBUG
  29. #define VERSIONDESCRIPTION "Microsoft DirectPlay8 Address Debug\0"
  30. #else
  31. #define VERSIONDESCRIPTION "Microsoft DirectPlay8 Address \0"
  32. #endif
  33. #define VERSIONTYPE VFT_DLL
  34. #define VERSIONSUBTYPE VFT2_UNKNOWN
  35. #include "verinfo.ver"
  36. #else // WinNT
  37. #include <windows.h>
  38. #include <ntverp.h>
  39. #define VER_FILETYPE VFT_DLL
  40. #define VER_FILESUBTYPE VFT2_UNKNOWN
  41. #define VER_FILEDESCRIPTION_STR "Microsoft DirectPlay8 Address"
  42. #define VER_INTERNALNAME_STR "dpnaddr.dll"
  43. #include "common.ver"
  44. #endif
  45. #endif // !_MAC