Browse Source

Fix win32 build.

experimental/threaded
Ilia Alshanetsky 23 years ago
parent
commit
02fcdec6b7
  1. 4
      ext/gd/libgd/gdft.c

4
ext/gd/libgd/gdft.c

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

Loading…
Cancel
Save