Changeset - r25628:5b71672f98f6
[Not reviewed]
master
0 1 0
glx22 - 3 years ago 2021-02-19 22:49:14
glx@openttd.org
Fix: [MinGW32] SHGFP_TYPE_CURRENT is now present in win32api
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/os/windows/win32.h
Show inline comments
 
@@ -19,10 +19,6 @@ bool LoadLibraryList(Function proc[], co
 
char *convert_from_fs(const wchar_t *name, char *utf8_buf, size_t buflen);
 
wchar_t *convert_to_fs(const char *name, wchar_t *utf16_buf, size_t buflen);
 

	
 
#if defined(__MINGW32__) && !defined(__MINGW64__)
 
#define SHGFP_TYPE_CURRENT 0
 
#endif /* __MINGW32__ */
 

	
 
void Win32SetCurrentLocaleName(const char *iso_code);
 
int OTTDStringCompare(const char *s1, const char *s2);
 

	
0 comments (0 inline, 0 general)