Searched refs:SDL_wcscmp (Results 1 – 6 of 6) sorted by relevance
465 extern DECLSPEC int SDLCALL SDL_wcscmp(const wchar_t *str1, const wchar_t *str2);614 #define SDL_wcscmp wcscmp macro
629 #define SDL_wcscmp SDL_wcscmp_REAL macro
663 SDL_DYNAPI_PROC(int,SDL_wcscmp,(const wchar_t *a, const wchar_t *b),(a,b),return)
57 #define wcscmp SDL_wcscmp
498 SDL_wcscmp(const wchar_t *str1, const wchar_t *str2) in SDL_wcscmp() function
596 if (SDL_wcscmp(pNewJoystick->hidPath, hidPath) == 0) { in EnumJoysticksCallback()
Completed in 18 milliseconds