fixed bug #1752328 - PFNSHGETFOLDERPATHA is stub only and very Windows, move from Platform.h to util.c
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5197 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b5cfb1ce4a
commit
161ac2adf2
2 changed files with 2 additions and 3 deletions
|
@ -867,9 +867,6 @@ typedef struct tagVS_FIXEDFILEINFO {
|
|||
# pragma pack()
|
||||
#endif
|
||||
|
||||
// ShGetFolderPath
|
||||
typedef HRESULT (__stdcall * PFNSHGETFOLDERPATHA)(HWND, int, HANDLE, DWORD, LPSTR);
|
||||
|
||||
#ifndef SHGFP_TYPE_CURRENT
|
||||
#define SHGFP_TYPE_CURRENT 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue