1
0
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:
Ilia Alshanetsky
2002-11-03 21:21:13 +00:00
parent f6ad144abb
commit 02fcdec6b7

View File

@@ -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 */