Update SDL3 from 3.2.4 to 3.2.20
This commit is contained in:
@@ -188,6 +188,12 @@ static bool WildcardMatch(const char *pattern, const char *str, bool *matched_to
|
||||
sch = *str;
|
||||
pch = *pattern;
|
||||
}
|
||||
|
||||
#ifdef SDL_PLATFORM_WINDOWS
|
||||
if (sch == '\\') {
|
||||
sch = '/';
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// '*' at the end can be ignored, they are allowed to match nothing.
|
||||
|
||||
Reference in New Issue
Block a user