Fixed GCC build
git-svn-id: http://pugixml.googlecode.com/svn/trunk@419 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
937f5613a1
commit
697a5de5db
@ -49,7 +49,7 @@ using std::memcpy;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// uintptr_t
|
// uintptr_t
|
||||||
#if defined(__BORLANDC__) || defined(__MWERKS__) || defined(__DMC__)
|
#if defined(__BORLANDC__) || defined(__MWERKS__) || defined(__DMC__) || defined(__GNUC__)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
#elif defined(_MSC_VER) && _MSC_VER < 1300
|
#elif defined(_MSC_VER) && _MSC_VER < 1300
|
||||||
typedef size_t uintptr_t;
|
typedef size_t uintptr_t;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user