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 ) {