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.

45 lines
1.6 KiB

  1. /******************************Module*Header**********************************\
  2. *
  3. * *******************
  4. * * GDI SAMPLE CODE *
  5. * *******************
  6. *
  7. * Module Name: res.rc
  8. *
  9. * Content: Resource file for the display driver.
  10. *
  11. * Copyright (c) 1994-1999 3Dlabs Inc. Ltd. All rights reserved.
  12. * Copyright (c) 1995-2003 Microsoft Corporation. All rights reserved.
  13. \*****************************************************************************/
  14. #include "windows.h"
  15. 1 RCDATA
  16. BEGIN
  17. // Machine dependent parameters
  18. 17, // Height of vertical thumb
  19. 17, // Width of horizontal thumb
  20. 2, // Icon horiz compression factor
  21. 2, // Icon vert compression factor
  22. 1, // Cursor horz compression factor
  23. 1, // Cursor vert compression factor
  24. 0, // Kanji window height
  25. 1, // cxBorder (thickness of vertical lines)
  26. 1 // cyBorder (thickness of horizontal lines)
  27. END
  28. #include <ntverp.h>
  29. #undef VER_COMPANYNAME_STR
  30. #define VER_COMPANYNAME_STR "Microsoft Corp., 3Dlabs Inc. Ltd."
  31. #define VER_LEGALCOPYRIGHT_YEARS "1998-2003"
  32. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Microsoft Corp., 3Dlabs Inc." VER_LEGALCOPYRIGHT_YEARS
  33. #define VER_FILEVERSION_STR "1.00"
  34. #define VER_FILETYPE VFT_DRV
  35. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  36. #define VER_FILEDESCRIPTION_STR "Permedia3 Display Driver"
  37. #define VER_INTERNALNAME_STR "perm3dd.dll"
  38. #define VER_ORIGINALFILENAME_STR "perm3dd.dll"
  39. #include "common.ver"