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.

113 lines
2.4 KiB

  1. /*++
  2. Copyright (C) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. COMMON.RC
  5. Abstract:
  6. COMMON resource definitions.
  7. History:
  8. --*/
  9. #include "resource.h"
  10. #include "wbemcomn.rc"
  11. #define APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Generated from the TEXTINCLUDE 2 resource.
  15. //
  16. #include "afxres.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26. #ifdef APSTUDIO_INVOKED
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31. 1 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "resource.h\0"
  34. END
  35. 2 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "#include ""afxres.h""\r\n"
  38. "\0"
  39. END
  40. 3 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "\r\n"
  43. "\0"
  44. END
  45. #endif // APSTUDIO_INVOKED
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // String Table
  49. //
  50. STRINGTABLE DISCARDABLE
  51. BEGIN
  52. IDS_FAC_WBEM "WMI"
  53. IDS_FAC_ITF "Interface"
  54. IDS_FAC_NULL "<Null>"
  55. IDS_FAC_RPC "RPC"
  56. IDS_FAC_STORAGE "Storage"
  57. IDS_FAC_DISPATCH "Dispatch"
  58. IDS_FAC_WIN32 "Win32"
  59. IDS_FAC_WINDOWS "Windows"
  60. IDS_FAC_SSPI "SSPI"
  61. IDS_FAC_CONTROL "Control"
  62. IDS_FAC_CERT "Cert"
  63. IDS_FAC_INET "Internet"
  64. IDS_FAC_UNKNOWN "General"
  65. IDS_SUBSYS " subsystem: "
  66. END
  67. #endif // English (U.S.) resources
  68. /////////////////////////////////////////////////////////////////////////////
  69. #ifndef APSTUDIO_INVOKED
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Generated from the TEXTINCLUDE 3 resource.
  73. //
  74. /////////////////////////////////////////////////////////////////////////////
  75. #endif // not APSTUDIO_INVOKED
  76. //version information
  77. #include <windows.h>
  78. #include <ntverp.h>
  79. #define VER_FILETYPE VFT_DLL
  80. #define VER_FILESUBTYPE VFT2_UNKNOWN
  81. #define VER_FILEDESCRIPTION_STR "WMI"
  82. #define VER_INTERNALNAME_STR "wbemcomn.dll"
  83. #define VER_ORIGINALFILENAME_STR "wbemcomn.dll"
  84. #include "common.ver"