mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 22:03:27 -06:00
uppbox: WinInstaller2 fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b707b57b30
commit
5c0b00dcd7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue