mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[AC97] Improve driver version info (#4368)
This commit is contained in:
parent
68e19a95d0
commit
9ca32a2b95
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
|||
|
||||
#define VER_FILETYPE VFT_DRV
|
||||
#define VER_FILESUBTYPE VFT2_DRV_SOUND
|
||||
#define VER_FILEDESCRIPTION_STR "Integrated Controller Hub Audio Driver (WDM)"
|
||||
#define VER_INTERNALNAME_STR "ac97smpl.sys"
|
||||
#define VER_ORIGINALFILENAME_STR "ac97smpl.sys"
|
||||
#define VER_FILEDESCRIPTION_STR "AC'97 Audio Driver (WDM)"
|
||||
#define VER_INTERNALNAME_STR "ac97"
|
||||
#define VER_ORIGINALFILENAME_STR "ac97.sys"
|
||||
|
||||
#define VER_LEGALCOPYRIGHT_YEARS "1998-2003"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corp." VER_LEGALCOPYRIGHT_YEARS
|
||||
|
|
Loading…
Reference in a new issue