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.

29 lines
818 B

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