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.

28 lines
877 B

  1. /* Resource file for VGA display driver */
  2. #include "windows.h"
  3. 1 RCDATA
  4. BEGIN
  5. // Machine dependent parameters
  6. 17, // Height of vertical thumb
  7. 17, // Width of horizontal thumb
  8. 2, // Icon horiz compression factor
  9. 2, // Icon vert compression factor
  10. 1, // Cursor horz compression factor
  11. 1, // Cursor vert compression factor
  12. 0, // Kanji window height
  13. 1, // cxBorder (thickness of vertical lines)
  14. 1 // cyBorder (thickness of horizontal lines)
  15. END
  16. #include <ntverp.h>
  17. #define VER_FILETYPE VFT_DRV
  18. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  19. #define VER_FILEDESCRIPTION_STR "VGA 16 Colour Display Driver"
  20. #define VER_INTERNALNAME_STR "vga.dll"
  21. #define VER_ORIGINALFILENAME_STR "vga.dll"
  22. #define VER_LANGNEUTRAL
  23. #include "common.ver"