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.

70 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: dxvb.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. /////////////////////////////////////////////////////////
  11. #ifdef WIN95
  12. #ifdef DBG
  13. #undef DEBUG
  14. #define DEBUG
  15. #endif
  16. #include <windows.h>
  17. //#include <commctrl.h>
  18. #include "verinfo.h"
  19. #define VERSIONNAME "dx7vb.dll\0"
  20. #ifdef DEBUG
  21. #define VERSIONDESCRIPTION "Microsoft DirectX for Visual Basic Debug\0"
  22. #else
  23. #define VERSIONDESCRIPTION "Microsoft DirectX for Visual Basic\0"
  24. #endif
  25. #define VERSIONTYPE VFT_DLL
  26. #define VERSIONSUBTYPE VFT2_UNKNOWN
  27. #include "verinfo.ver"
  28. #else
  29. #include <windows.h>
  30. #include <ntverp.h>
  31. #define VER_FILETYPE VFT_DLL
  32. #define VER_FILESUBTYPE VFT2_UNKNOWN
  33. #define VER_FILEDESCRIPTION_STR "Microsoft DirectX for Visual Basic"
  34. #define VER_INTERNALNAME_STR "dx7vb"
  35. #define VER_ORIGINALFILENAME_STR "dx7vb.dll"
  36. #define VER_OLESELFREGISTER
  37. #include "common.ver"
  38. #endif
  39. #include "resource.h"
  40. 1 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "1 TYPELIB ""Directvb.tlb""\r\n"
  43. "\0"
  44. END
  45. STRINGTABLE DISCARDABLE
  46. BEGIN
  47. IDS_GENERIC_DESC "No Description"
  48. IDS_DIRECTX6_DESC "DirectX6"
  49. IDS_DIRECTX7_DESC "DirectX7"
  50. END
  51. 1 TYPELIB "Directvb.tlb"