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.

24 lines
605 B

  1. #include "windows.h"
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Windows Diff Graphic Utilities"
  6. #define VER_INTERNALNAME_STR "gutils.dll"
  7. #define VER_ORIGINALFILENAME_STR "gutils.dll"
  8. #include "common.ver"
  9. #include "gutilsrc.h"
  10. VertLine CURSOR vertline.cur
  11. HorzLine CURSOR horzline.cur
  12. #include "gutils.dlg"
  13. STRINGTABLE
  14. BEGIN
  15. IDS_MEMORY_ALLOC_FAIL "Memory allocation failed"
  16. IDS_OUT_OF_MEMORY "Out Of Memory"
  17. IDS_PAGE_STR "Page %d of %d pages"
  18. END