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.

105 lines
2.0 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. nntpdrv.rc
  5. Abstract:
  6. This module contains the resources for the
  7. NNTP Store Driver proxy/stub DLL.
  8. Author:
  9. Bin Lin ([email protected])
  10. Revision History:
  11. binlin 01/30/98 created
  12. --*/
  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 "winres.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 ""winres.h""\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "1 TYPELIB ""nntpdrv.tlb""\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. #ifndef _MAC
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Version
  55. //
  56. #define RC_VERSION_FILE_DESCRIPTION "INntpDriver Proxy/Stub DLL\0"
  57. #define RC_VERSION_INTERNAL_NAME "NNTPDRV\0"
  58. #define RC_VERSION_ORIGINAL_FILE_NAME "NNTPDRV.DLL\0"
  59. #include <bldver.rc>
  60. #endif // !_MAC
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // String Table
  64. //
  65. STRINGTABLE DISCARDABLE
  66. BEGIN
  67. IDS_PROJNAME "NNTPDRV"
  68. END
  69. #ifndef APSTUDIO_INVOKED
  70. 1 TYPELIB "nntpdrv.tlb"
  71. #endif
  72. #endif // English (U.S.) resources
  73. /////////////////////////////////////////////////////////////////////////////