[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:
Hermès Bélusca-Maïto 2016-07-22 13:19:25 +00:00
parent ad68bb1dc2
commit 1296982b50

View 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>