]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Remove redefinitions of {F,W,R}_OK
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Aug 2017 09:15:34 +0000 (19:15 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 7 Aug 2017 09:15:34 +0000 (19:15 +1000)
libs/os/file.h

index 43381c63ab9ef9b14935e5e0c362c436345c8929..140be78cb5ab9b0788396d2f44eedf8d738525f8 100644 (file)
@@ -28,9 +28,6 @@
 #if defined( WIN32 )
 #define S_ISDIR( mode ) ( mode & _S_IFDIR )
 #include <io.h> // _access()
-#define F_OK 0x00
-#define W_OK 0x02
-#define R_OK 0x04
 #define access( path, mode ) _access( path, mode )
 #else
 #include <unistd.h> // access()