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 )