Slight mistake in Version.h for DLL's, was setting VFT_APP instead of VFT_DLL

This commit is contained in:
Emmet Young 2015-02-22 00:45:00 +11:00
parent f7b1eb90d2
commit 783f2d0668
3 changed files with 3 additions and 3 deletions

View File

@ -47,4 +47,4 @@
#define VER_FILEOS VOS_NT_WINDOWS32
#define VER_FILEFLAGS VER_VER_DEBUG
#define VER_FILETYPE VFT_APP
#define VER_FILETYPE VFT_DLL

View File

@ -53,4 +53,4 @@
#define VER_FILEOS VOS_NT_WINDOWS32
#define VER_FILEFLAGS VER_VER_DEBUG
#define VER_FILETYPE VFT_APP
#define VER_FILETYPE VFT_DLL

View File

@ -50,4 +50,4 @@
#define VER_FILEOS VOS_NT_WINDOWS32
#define VER_FILEFLAGS VER_VER_DEBUG
#define VER_FILETYPE VFT_APP
#define VER_FILETYPE VFT_DLL