moved definition to Platform.h and removed useless function calls

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5196 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2007-07-10 21:57:33 +00:00
parent 5648dd2ace
commit b5cfb1ce4a
2 changed files with 8 additions and 7 deletions

View file

@ -867,4 +867,11 @@ 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
#endif