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.

34 lines
1.0 KiB

  1. /******************************Module*Header*******************************\
  2. * Module Name: res.rc
  3. *
  4. * Resource file for the display driver.
  5. *
  6. * Copyright (c) 1993-1994 Microsoft Corporation
  7. \**************************************************************************/
  8. #include "windows.h"
  9. 1 RCDATA
  10. BEGIN
  11. // Machine dependent parameters
  12. 17, // Height of vertical thumb
  13. 17, // Width of horizontal thumb
  14. 2, // Icon horiz compression factor
  15. 2, // Icon vert compression factor
  16. 1, // Cursor horz compression factor
  17. 1, // Cursor vert compression factor
  18. 0, // Kanji window height
  19. 1, // cxBorder (thickness of vertical lines)
  20. 1 // cyBorder (thickness of horizontal lines)
  21. END
  22. #include <ntverp.h>
  23. #define VER_FILETYPE VFT_DRV
  24. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  25. #define VER_FILEDESCRIPTION_STR "8514/A Display Driver"
  26. #define VER_INTERNALNAME_STR "8514a.dll"
  27. #define VER_ORIGINALFILENAME_STR "8514a.dll"
  28. #define VER_LANGNEUTRAL
  29. #include "common.ver"