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.

39 lines
1.3 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. #undef VER_COMPANYNAME_STR
  24. #define VER_COMPANYNAME_STR "Microsoft Corp., 3Dlabs Inc. Ltd."
  25. #define VER_LEGALCOPYRIGHT_YEARS "1994-2001"
  26. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Microsoft Corp., 3Dlabs Inc. Ltd." VER_LEGALCOPYRIGHT_YEARS
  27. #define VER_FILETYPE VFT_DRV
  28. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  29. #define VER_FILEDESCRIPTION_STR "Permedia 2 Display Driver"
  30. #define VER_INTERNALNAME_STR "perm2dll.dll"
  31. #define VER_ORIGINALFILENAME_STR "perm2dll.dll"
  32. #define VER_LANGNEUTRAL
  33. #include "common.ver"