]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Missed a R_OK
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Aug 2017 09:33:26 +0000 (19:33 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Aug 2017 09:33:26 +0000 (19:33 +1000)
tools/quake3/common/vfs.h

index 7c4a4464c238487c63e345c0c3d5f2a7788adca3..bc80d727c2e5f062d5d5cfff1db4eb0c75e5116b 100644 (file)
@@ -39,7 +39,6 @@
 #else
 #include <wtypes.h>
 #include <io.h>
 #else
 #include <wtypes.h>
 #include <io.h>
-#define R_OK 04
 #define S_ISDIR( mode ) ( mode & _S_IFDIR )
 #define PATH_MAX 260
 #endif
 #define S_ISDIR( mode ) ( mode & _S_IFDIR )
 #define PATH_MAX 260
 #endif