mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[AC97] Improve driver version info (#4368)
This commit is contained in:
committed by
GitHub
parent
68e19a95d0
commit
9ca32a2b95
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user