mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-20 02:08:13 +00:00
move SDL_tcsstr definition to core/windows/SDL_windows.h
This commit is contained in:
@@ -232,12 +232,6 @@ SetDIerror(const char *function, HRESULT code)
|
||||
return SDL_SetError("%s() DirectX error 0x%8.8lx", function, code);
|
||||
}
|
||||
|
||||
#ifdef UNICODE
|
||||
#define SDL_tcsstr SDL_wcsstr
|
||||
#else
|
||||
#define SDL_tcsstr SDL_strstr
|
||||
#endif
|
||||
|
||||
#if 0 /* Microsoft recommended implementation, but slower than checking raw devices */
|
||||
#define COBJMACROS
|
||||
#include <wbemidl.h>
|
||||
|
Reference in New Issue
Block a user