msi: Make the version information of DllGetVersion same as in version resource.

This commit is contained in:
Stefan Leichter 2006-07-28 00:26:41 +02:00 committed by Alexandre Julliard
parent b6d5972190
commit 93bbd00be7
1 changed files with 3 additions and 3 deletions

View File

@ -252,9 +252,9 @@ typedef struct tagMSISUMMARYINFO
#define MSIHANDLETYPE_PACKAGE 5
#define MSIHANDLETYPE_PREVIEW 6
#define MSI_MAJORVERSION 2
#define MSI_MINORVERSION 0
#define MSI_BUILDNUMBER 2600
#define MSI_MAJORVERSION 3
#define MSI_MINORVERSION 1
#define MSI_BUILDNUMBER 4000
#define GUID_SIZE 39