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.

35 lines
1.1 KiB

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