uppbox: WinInstaller2 fix

git-svn-id: svn://ultimatepp.org/upp/trunk@2066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-02-13 10:22:45 +00:00
parent b707b57b30
commit 5c0b00dcd7

View file

@ -1,5 +1,7 @@
#include <shlobj.h> //link to shell32.lib
#include <ole2.h> //link to ole32.lib
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
#pragma once
BOOL BrowseFolder( HWND hwndOwner, LPTSTR lpszDir, LPCTSTR lpszTitle )
{