mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update miniwin/miniwin/src/miniwin.cpp
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
This commit is contained in:
parent
997297d163
commit
81d2ff452e
@ -52,7 +52,7 @@ BOOL GetWindowRect(HWND hWnd, tagRECT* Rect)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
int _stricmp(const char* str1, const char* str2)
|
int miniwin_stricmp(const char* str1, const char* str2)
|
||||||
{
|
{
|
||||||
return SDL_strcasecmp(str1, str2);
|
return SDL_strcasecmp(str1, str2);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user