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

This commit is contained in:
planetmaker 2015-03-02 09:10:16 +00:00
parent 5c09a63b6b
commit 15a29b8b28

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);
#if defined(__MINGW32__)
#if defined(__MINGW32__) && !defined(__MINGW64__)
#define SHGFP_TYPE_CURRENT 0
#endif /* __MINGW32__ */