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.

23 lines
814 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include <local.h>
  4. STRINGTABLE
  5. {
  6. IDS_LANMAN_PRINT_SHARE "LAN Manager Print Share"
  7. IDS_NOTHING_TO_CONFIGURE "There is nothing to configure for this port."
  8. IDS_WINDOWS_NT_REMOTE_PRINTERS "Windows NT Remote Printers"
  9. IDS_MICROSOFT_WINDOWS_NETWORK "Microsoft Windows Network"
  10. IDS_REMOTE_PRINTERS "Remote Printers"
  11. IDS_MONITOR_NAME "LAN Manager Print Monitor"
  12. IDS_PORT_NAME "LAN Manager Printer Port"
  13. }
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "32-bit Spooler API DLL"
  17. #define VER_INTERNALNAME_STR "win32spl.dll"
  18. #define VER_ORIGINALFILENAME_STR "win32spl.dll"
  19. #include "common.ver"