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.

101 lines
3.2 KiB

  1. /************************************************************************/
  2. /* */
  3. /* ATIMP.RC */
  4. /* */
  5. /* November 2 1992 (c) 1992, ATI Technologies Incorporated. */
  6. /************************************************************************/
  7. /********************** PolyTron RCS Utilities
  8. $Revision: 1.13 $
  9. $Date: 15 May 1996 16:34:18 $
  10. $Author: RWolff $
  11. $Log: S:/source/wnt/ms11/miniport/archive/atimp.rcv $
  12. *
  13. * Rev 1.13 15 May 1996 16:34:18 RWolff
  14. * Updated version number to 3.0.62.
  15. *
  16. * Rev 1.12 30 Apr 1996 13:48:32 RWolff
  17. * Updated version number to 3.0.61.
  18. *
  19. * Rev 1.11 23 Mar 1996 15:45:24 reng
  20. * Updated version string for Release 2.3
  21. *
  22. * Rev 1.10 15 Mar 1996 16:29:34 RWolff
  23. * Changed version number to 2.1.59.
  24. *
  25. * Rev 1.9 23 Jan 1996 17:54:26 RWolff
  26. * Updated build to 2.1.58.
  27. *
  28. * Rev 1.8 05 Jan 1996 11:13:10 reng
  29. * Version string now complies with ATI standard (major.minor.build)
  30. *
  31. * Rev 1.7 29 Dec 1995 14:12:42 reng
  32. * Build 1.57 string
  33. *
  34. * Rev 1.6 19 Dec 1995 15:17:14 RWolff
  35. * Updated version string to 1.56.
  36. *
  37. * Rev 1.5 16 Nov 1995 17:44:56 RWolff
  38. * Updated revision number to 1.55.
  39. *
  40. * Rev 1.4 02 Nov 1995 11:02:34 reng
  41. * Build 1.54 string
  42. *
  43. * Rev 1.3 26 Sep 1995 15:26:02 RWolff
  44. * Changed VER_PRODUCTVERSION_STR to match internal revision, rather
  45. * than release number of utility disks.
  46. *
  47. * Rev 1.2 31 Jul 1995 13:02:08 RWolff
  48. * Updated version number to 1.60.
  49. *
  50. * Rev 1.1 18 May 1995 14:15:50 RWOLFF
  51. * Now reports us as company name and shows our internal version number
  52. * when "change" button selected in display applet.
  53. *
  54. * Rev 1.0 31 Jan 1994 11:52:50 RWOLFF
  55. * Initial revision.
  56. Rev 1.0 16 Aug 1993 13:40:54 Robert_Wolff
  57. Initial revision.
  58. Rev 1.4 10 Jun 1993 15:53:40 RWOLFF
  59. Added definition for VER_ORIGINALFILENAME_STR (originated by Andre
  60. Vachon at Microsoft).
  61. Rev 1.3 12 May 1993 16:37:24 RWOLFF
  62. Changes to accomodate error logging.
  63. Rev 1.2 08 Apr 1993 16:47:54 RWOLFF
  64. Revision level as checked in at Microsoft.
  65. Rev 1.0 02 Feb 1993 12:42:16 Robert_Wolff
  66. Initial revision.
  67. Rev 1.0 22 Jan 1993 16:47:34 Robert_Wolff
  68. Initial revision.
  69. Rev 1.0 02 Nov 1992 20:48:48 Chris_Brady
  70. Initial revision.
  71. End of PolyTron RCS section *****************/
  72. #include <windows.h>
  73. #include <ntverp.h>
  74. #define VER_FILETYPE VFT_DRV
  75. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  76. #define VER_FILEDESCRIPTION_STR "ATI Miniport Driver"
  77. #define VER_INTERNALNAME_STR "ati.sys"
  78. #define VER_ORIGINALFILENAME_STR "ati.sys"
  79. #undef VER_PRODUCTVERSION_STR
  80. #undef VER_COMPANYNAME_STR
  81. #define VER_PRODUCTVERSION_STR "3.0.62"
  82. #define VER_COMPANYNAME_STR "ATI Technologies, Inc."
  83. #include "common.ver"
  84. #include "vidlog.rc"