Skip to content

Commit

Permalink
SDL_filesystem.h: SDL_GLOB_CASEINSENSITIVE was defined twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 14, 2024
1 parent 3baec8a commit 17976c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/SDL3/SDL_filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 17976c1

Please sign in to comment.