fix x86 build
This commit is contained in:
@@ -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 ) {
|
||||
|
Reference in New Issue
Block a user