1
0
Fork 0

(svn r27176) -Fix: Compilation with MinGW64 (Eddy Arfik)

release/1.5
planetmaker 2015-03-02 09:10:16 +00:00
parent 5c09a63b6b
commit 15a29b8b28
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ TCHAR *convert_to_fs(const char *name, TCHAR *utf16_buf, size_t buflen, bool con
HRESULT OTTDSHGetFolderPath(HWND, int, HANDLE, DWORD, LPTSTR); HRESULT OTTDSHGetFolderPath(HWND, int, HANDLE, DWORD, LPTSTR);
#if defined(__MINGW32__) #if defined(__MINGW32__) && !defined(__MINGW64__)
#define SHGFP_TYPE_CURRENT 0 #define SHGFP_TYPE_CURRENT 0
#endif /* __MINGW32__ */ #endif /* __MINGW32__ */