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.

32 lines
769 B

  1. /*****************************************************************************\
  2. * MODULE: inetpp.rc
  3. *
  4. * This is the resource file for the library.
  5. *
  6. *
  7. * Copyright (C) 1996-1997 Microsoft Corporation
  8. * Copyright (C) 1996-1997 Hewlett Packard
  9. *
  10. * History:
  11. * 07-Oct-1996 HWP-Guys Initiated port from win95 to winNT
  12. *
  13. \*****************************************************************************/
  14. #include <windows.h>
  15. #include <ntverp.h>
  16. #include "resource.h"
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Internet Print Provider DLL"
  20. #define VER_INTERNALNAME_STR "inetpp.dll"
  21. #include <common.ver>
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. IDS_DISPLAY_NAME "HTTP Print Services"
  25. END