Merge pull request #19 from mattip/master

fixes for windows build
This commit is contained in:
Alex Clark 2012-04-04 18:07:08 -07:00
commit 0adbcd9418
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,10 @@
#if (defined(_MSC_VER) && _MSC_VER >= 1200) || (defined __GNUC__)
/* already defined in basetsd.h */
#undef INT8
#undef UINT8
#undef INT16
#undef UINT16
#undef INT32
#undef INT64
#undef UINT32

4
map.c
View File

@ -29,6 +29,10 @@
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#undef INT8
#undef UINT8
#undef INT16
#undef UINT16
#undef INT32
#undef INT64
#undef UINT32