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.

35 lines
836 B

  1. //(C) COPYRIGHT MICROSOFT CORP., 1998-1999
  2. #include "resource.h"
  3. #include "winuser.h"
  4. /////////////////////////////////////////////////////////////////////////////
  5. // English (U.S.) resources
  6. STRINGTABLE DISCARDABLE
  7. BEGIN
  8. IDS_CATEGORYNAME "WIA Sample Scanner"
  9. IDS_PRESS_SCANBUTTON "Press Scan Button"
  10. IDS_PRESS_COPYBUTTON "Press Copy Button"
  11. IDS_PRESS_FAXBUTTON "Press Fax Button"
  12. END
  13. IDR_VIEWREG REGISTRY DISCARDABLE "wiascnex.rgs"
  14. 1 TYPELIB wiascidl.tlb
  15. #include <winver.h>
  16. #include <ntverp.h>
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "WIA Sample Scanner UI DLL"
  20. #define VER_INTERNALNAME_STR "wiascnex\0"
  21. #define VER_ORIGINALFILENAME_STR "wiascnex.dll"
  22. #include "common.ver"