28 #ifndef __SearchOps_H_ 29 #define __SearchOps_H_ 36 #include <sys/types.h> 43 #if OGRE_PLATFORM != OGRE_PLATFORM_WIN32 && OGRE_PLATFORM != OGRE_PLATFORM_WINRT 57 #define _A_NORMAL 0x00 58 #define _A_RDONLY 0x01 59 #define _A_HIDDEN 0x02 60 #define _A_SYSTEM 0x04 63 #define _A_SUBDIR 0x10
int _findnext(intptr_t id, struct _finddata_t *data)
intptr_t _findfirst(const char *pattern, struct _finddata_t *data)
int _findclose(intptr_t id)