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.

78 lines
2.3 KiB

  1. /******************************************************************************\
  2. *
  3. * $Workfile: FRAMEBUF.RC $
  4. *
  5. * Contents:
  6. * Resource file for frame buffer display driver.
  7. *
  8. * Copyright (c) 1996 Cirrus Logic, Inc.
  9. *
  10. * $Log: X:/log/laguna/nt35/displays/cl546x/FRAMEBUF.RC $
  11. Rev 1.7 Mar 19 1998 11:36:42 frido
  12. Updated copyright.
  13. Rev 1.6 14 Aug 1997 14:46:42 noelv
  14. changed the way the version is reported
  15. Rev 1.5 06 May 1997 12:56:12 noelv
  16. Updated copyright
  17. Rev 1.4 20 Aug 1996 11:05:32 noelv
  18. Bugfix release from Frido 8-19-96
  19. *
  20. * Rev 1.1 15 Aug 1996 11:02:04 frido
  21. * Undefined some defines that are being overridden.
  22. *
  23. \******************************************************************************/
  24. #include "windows.h"
  25. 1 RCDATA
  26. BEGIN
  27. // Machine dependent parameters
  28. 17, // Height of vertical thumb
  29. 17, // Width of horizontal thumb
  30. 2, // Icon horiz compression factor
  31. 2, // Icon vert compression factor
  32. 1, // Cursor horz compression factor
  33. 1, // Cursor vert compression factor
  34. 0, // Kanji window height
  35. 1, // cxBorder (thickness of vertical lines)
  36. 1 // cyBorder (thickness of horizontal lines)
  37. END
  38. #include <ntverp.h>
  39. //
  40. // Get defines for "NT_VER_xxxx"
  41. //
  42. //#include "..\include\version.h"
  43. //#undef VER_COMPANYNAME_STR
  44. #undef VER_PRODUCTNAME_STR
  45. //#undef VER_PRODUCTVERSION_STR
  46. //#define VER_COMPANYNAME_STR "Cirrus Logic, Inc."
  47. #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Cirrus Logic, Inc. 1992-1998"
  48. #define VER_PRODUCTNAME_STR "Laguna VisualMedia(TM) Accelerator - CL-GD5465"
  49. #define VER_FILEDESCRIPTION_STR "CL-GD5465 Display Driver"
  50. #define VER_FILETYPE VFT_DRV
  51. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  52. // VERINFO.EXE number
  53. //#define VER_FILEVERSION NT_VER_MAJOR, NT_VER_MINOR, NT_VER_BUILD, NT_VER_DRIVER
  54. // File Properties "Product version" string
  55. //#define VER_PRODUCTVERSION_STR CL_VER_STRING
  56. // File Properties "File version" string
  57. //#define VER_FILEVERSION_STR CL_VER_STRING
  58. #define VER_INTERNALNAME_STR "CL5465.dll"
  59. #define VER_ORIGINALFILENAME_STR "CL5465.dll"
  60. #include "common.ver"