From 5c0b00dcd7f5c89866938b6e7b01ac5170fa9606 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 13 Feb 2010 10:22:45 +0000 Subject: [PATCH] uppbox: WinInstaller2 fix git-svn-id: svn://ultimatepp.org/upp/trunk@2066 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/WinInstaller2/Browse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uppbox/WinInstaller2/Browse.c b/uppbox/WinInstaller2/Browse.c index 04fca1136..68eff1732 100644 --- a/uppbox/WinInstaller2/Browse.c +++ b/uppbox/WinInstaller2/Browse.c @@ -1,5 +1,7 @@ #include //link to shell32.lib #include //link to ole32.lib +#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") +#pragma once BOOL BrowseFolder( HWND hwndOwner, LPTSTR lpszDir, LPCTSTR lpszTitle ) {