mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[ADVPACK]: Add file version information resource.
CORE-7645 #comment Please retest the installation of Visual Basic 6 runtime with revision >= 71977. svn path=/trunk/; revision=71977
This commit is contained in:
parent
ad68bb1dc2
commit
1296982b50
1 changed files with 7 additions and 0 deletions
7
reactos/dll/win32/advpack/advpack.rc
Normal file
7
reactos/dll/win32/advpack/advpack.rc
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <windef.h>
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Advanced INF Package Installer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "advpack"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "advpack.dll"
|
||||
#include <reactos/version.rc>
|
Loading…
Reference in a new issue