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.

38 lines
1.2 KiB

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