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.

91 lines
2.0 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "WMI"
  6. #define VER_INTERNALNAME_STR "krnlprov.dll"
  7. #define VER_ORIGINALFILENAME_STR "krnlprov.dll"
  8. #include "common.ver"
  9. #include "resource.h"
  10. #define APSTUDIO_READONLY_SYMBOLS
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Generated from the TEXTINCLUDE 2 resource.
  14. //
  15. #include "winres.h"
  16. /////////////////////////////////////////////////////////////////////////////
  17. #undef APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. #ifdef APSTUDIO_INVOKED
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // TEXTINCLUDE
  29. //
  30. 1 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "resource.h\0"
  33. END
  34. 2 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "#include ""winres.h""\r\n"
  37. "\0"
  38. END
  39. 3 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "1 TYPELIB ""krnlprov.tlb""\r\n"
  42. "\0"
  43. END
  44. #endif // APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // REGISTRY
  48. //
  49. IDR_KERNELTRACEPROVIDER REGISTRY DISCARDABLE "KernelTraceProvider.rgs"
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // String Table
  53. //
  54. STRINGTABLE DISCARDABLE
  55. BEGIN
  56. IDS_PROJNAME "krnlprov"
  57. END
  58. #endif // English (U.S.) resources
  59. /////////////////////////////////////////////////////////////////////////////
  60. #ifndef APSTUDIO_INVOKED
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Generated from the TEXTINCLUDE 3 resource.
  64. //
  65. 1 TYPELIB "krnlprov.tlb"
  66. /////////////////////////////////////////////////////////////////////////////
  67. #endif // not APSTUDIO_INVOKED