From 17976c1ae1efd1c62f223f9b067911713825473a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 14 May 2024 10:26:10 -0400 Subject: [PATCH] SDL_filesystem.h: SDL_GLOB_CASEINSENSITIVE was defined twice. --- include/SDL3/SDL_filesystem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL3/SDL_filesystem.h b/include/SDL3/SDL_filesystem.h index d117c2c23..e750677c0 100644 --- a/include/SDL3/SDL_filesystem.h +++ b/include/SDL3/SDL_filesystem.h @@ -379,8 +379,6 @@ extern DECLSPEC int SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo *info */ extern DECLSPEC char **SDLCALL SDL_GlobDirectory(const char *path, const char *pattern, SDL_GlobFlags flags, int *count); -#define SDL_GLOB_CASEINSENSITIVE (1u << 0) - /* Ends C function definitions when using C++ */ #ifdef __cplusplus }