mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Fix win32 build.
This commit is contained in:
@@ -17,8 +17,12 @@
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
extern int access(const char *pathname, int mode);
|
||||
#ifndef R_OK
|
||||
#define R_OK 2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* number of antialised colors for indexed bitmaps */
|
||||
|
||||
Reference in New Issue
Block a user