uppbox: WinInstaller fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@2082 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-02-16 18:48:23 +00:00
parent 5e82c347f2
commit bfa178becc

View file

@ -1,6 +1,6 @@
#include <shlobj.h> //link to shell32.lib
#include <ole2.h> //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 )