Browse Source

Nuke warning, on Win32 build

PHP-5
Frank M. Kromann 24 years ago
parent
commit
6b0b7e3f42
  1. 2
      ext/gd/libgd/gdft.c

2
ext/gd/libgd/gdft.c

@ -19,7 +19,7 @@
#endif
#ifdef WIN32
extern int access(const char *pathname, int mode);
#define access _access
#ifndef R_OK
#define R_OK 2
#endif

Loading…
Cancel
Save