소스 검색

SDL_filesystem.h: SDL_GLOB_CASEINSENSITIVE was defined twice.

Ryan C. Gordon 1 년 전
부모
커밋
17976c1ae1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/SDL3/SDL_filesystem.h

+ 0 - 2
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
 }