/* Force-included config header for q3map2 MSVC build */ /* ASSIMP_INCLUDE macro - resolves to angle-bracket include for system assimp */ #define ASSIMP_INCLUDE(x) /* POSIX compatibility for Windows */ #ifndef R_OK #define R_OK 4 #endif #ifndef W_OK #define W_OK 2 #endif #ifndef X_OK #define X_OK 0 #endif #include #define access _access