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.

32 lines
1.1 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. //#include "..\INCLUDE\VERSION.H"
  4. //#undef VER_COMPANYNAME_STR
  5. #undef VER_PRODUCTNAME_STR
  6. //#undef VER_PRODUCTVERSION_STR
  7. //#define VER_COMPANYNAME_STR "Cirrus Logic, Inc."
  8. #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Cirrus Logic, Inc. 1992-1998"
  9. #define VER_PRODUCTNAME_STR "Laguna VisualMedia(TM) Accelerator - CL-GD546x"
  10. #define VER_FILEDESCRIPTION_STR "CL-GD546x Miniport Driver"
  11. #define VER_FILETYPE VFT_DRV
  12. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  13. // VERINFO.EXE number.
  14. //#define VER_FILEVERSION NT_VER_MAJOR, NT_VER_MINOR, NT_VER_BUILD, NT_VER_DRIVER
  15. // File Properties "Product version" string.
  16. //#define VER_PRODUCTVERSION_STR CL_VER_STRING
  17. // File Properties "File version" string.
  18. // Also appears in Display Properties dialog box.
  19. //#define VER_FILEVERSION_STR CL_VER_STRING
  20. #define VER_INTERNALNAME_STR "CL546xm.sys"
  21. #define VER_ORIGINALFILENAME_STR "CL546xm.sys"
  22. #include "common.ver"