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.

101 lines
2.2 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. STDPROV.RC
  5. Abstract:
  6. Resource definitions
  7. History:
  8. a-davj 04-Mar-97 Created.
  9. --*/
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #include "afxres.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. #ifdef APSTUDIO_INVOKED
  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. "\r\n"
  45. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  46. "#define _AFX_NO_OLE_RESOURCES\r\n"
  47. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  48. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  49. "#include ""afxres.rc"" // Standard components\r\n"
  50. "\0"
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. #endif // English (U.S.) resources
  54. /////////////////////////////////////////////////////////////////////////////
  55. #ifndef APSTUDIO_INVOKED
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Generated from the TEXTINCLUDE 3 resource.
  59. //
  60. #define _AFX_NO_SPLITTER_RESOURCES
  61. #define _AFX_NO_OLE_RESOURCES
  62. #define _AFX_NO_TRACKER_RESOURCES
  63. #define _AFX_NO_PROPERTY_RESOURCES
  64. #include "afxres.rc" // Standard components
  65. /////////////////////////////////////////////////////////////////////////////
  66. #endif // not APSTUDIO_INVOKED
  67. #include <windows.h>
  68. #include <ntverp.h>
  69. #define VER_FILETYPE VFT_APP
  70. #define VER_FILESUBTYPE VFT2_UNKNOWN
  71. #define VER_FILEDESCRIPTION_STR "WMI"
  72. #define VER_INTERNALNAME_STR "stdprov.dll"
  73. #define VER_ORIGINALFILENAME_STR "stdprov.dll"
  74. #include "common.ver"