From bfa178becc5f8c16c0db2795a77cf519bbf8dca8 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 16 Feb 2010 18:48:23 +0000 Subject: [PATCH] uppbox: WinInstaller fixed git-svn-id: svn://ultimatepp.org/upp/trunk@2082 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/WinInstaller2/Browse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/WinInstaller2/Browse.c b/uppbox/WinInstaller2/Browse.c index b5fcc24b8..36dff5ef4 100644 --- a/uppbox/WinInstaller2/Browse.c +++ b/uppbox/WinInstaller2/Browse.c @@ -1,6 +1,6 @@ #include //link to shell32.lib #include //link to ole32.lib -#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") +//#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") #pragma once BOOL BrowseFolder( HWND hwndOwner, LPTSTR lpszDir, LPCTSTR lpszTitle )