Fixing compile errors on mingw/cygwin (reported by aligorith)

This commit is contained in:
Daniel Genrich 2008-08-18 10:37:15 +00:00
parent ff45582551
commit f876fd66b4
3 changed files with 12 additions and 0 deletions

@ -96,6 +96,10 @@ typedef unsigned long uintptr_t;
#include <inttypes.h>
#elif defined(FREE_WINDOWS)
#include <stdint.h>
#else
/* FreeBSD, Irix, Solaris */

@ -96,6 +96,10 @@ typedef unsigned long uintptr_t;
#include <inttypes.h>
#elif defined(FREE_WINDOWS)
#include <stdint.h>
#else
/* FreeBSD, Irix, Solaris */

@ -81,6 +81,10 @@ typedef unsigned long uintptr_t;
#include <inttypes.h>
#elif defined(FREE_WINDOWS)
#include <stdint.h>
#else
/* FreeBSD, Irix, Solaris */