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.

110 lines
2.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: certlog.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. // This stuff came from the MSDev generated spew
  13. //Microsoft Developer Studio generated resource script.
  14. //
  15. #include "resource.h"
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. //#include "afxres.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  27. #ifdef _WIN32
  28. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  29. #pragma code_page(1252)
  30. #endif //_WIN32
  31. #ifdef APSTUDIO_INVOKED
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36. 1 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "resource.h\0"
  39. END
  40. 2 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "#include ""afxres.h""\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. #endif // English (U.S.) resources
  52. /////////////////////////////////////////////////////////////////////////////
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Icon
  56. //
  57. // Icon with lowest ID value placed first to ensure application icon
  58. // remains consistent on all systems.
  59. IDI_APP ICON DISCARDABLE "csapp.ico"
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // String Table
  63. //
  64. #if 0
  65. STRINGTABLE DISCARDABLE
  66. IDS_UNUSED "Unused"
  67. BEGIN
  68. END
  69. #endif
  70. #ifndef APSTUDIO_INVOKED
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Generated from the TEXTINCLUDE 3 resource.
  74. //
  75. /////////////////////////////////////////////////////////////////////////////
  76. #endif // not APSTUDIO_INVOKED
  77. // This material was in the original hand generated RC file
  78. #define VER_FILETYPE VFT_APP
  79. #define VER_FILESUBTYPE VFT2_UNKNOWN
  80. #define VER_FILEDESCRIPTION_STR "CertLog.exe"
  81. #define VER_INTERNALNAME_STR "CertLog.exe"
  82. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  83. #include <common.ver>