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.2 KiB

  1. /***************************************************************************\
  2. *
  3. * ************************
  4. * * MINIPORT SAMPLE CODE *
  5. * ************************
  6. *
  7. * Module Name:
  8. *
  9. * perm3.rc
  10. *
  11. * Abstract:
  12. *
  13. * This module contains all the definitions for resource file
  14. *
  15. * Environment:
  16. *
  17. * Kernel mode
  18. *
  19. *
  20. * Copyright (c) 1994-1999 3Dlabs Inc. Ltd. All rights reserved.
  21. * Copyright (c) 1995-2003 Microsoft Corporation. All Rights Reserved.
  22. *
  23. \***************************************************************************/
  24. #include <windows.h>
  25. #include <ntverp.h>
  26. #undef VER_COMPANYNAME_STR
  27. #define VER_COMPANYNAME_STR "Microsoft Corp., 3Dlabs Inc. Ltd."
  28. #define VER_LEGALCOPYRIGHT_YEARS "1998-2003"
  29. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Microsoft Corporation, 3D Labs Inc., Ltd." VER_LEGALCOPYRIGHT_YEARS
  30. #define VER_FILEVERSION_STR "1.00"
  31. #define VER_FILETYPE VFT_DRV
  32. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  33. #define VER_FILEDESCRIPTION_STR "Permedia 3 Miniport Driver"
  34. #define VER_INTERNALNAME_STR "perm3.sys"
  35. #define VER_ORIGINALFILENAME_STR "perm3.sys"
  36. #include "common.ver"