fix x86 build

This commit is contained in:
zeffy
2017-08-27 19:33:03 -07:00
parent 9e27bf60b7
commit 91f1db5ac8
8 changed files with 27 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#include <Msiquery.h>
#include <tchar.h>
__declspec(dllexport)
UINT __stdcall AIHelper_SetUnloadEvent(MSIHANDLE hInstall) {
HANDLE hEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, _T("Global\\wufuc_UnloadEvent"));
if ( hEvent ) {