Fixed GCC build

git-svn-id: http://pugixml.googlecode.com/svn/trunk@419 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-05-12 21:36:22 +00:00
parent 937f5613a1
commit 697a5de5db

View File

@ -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;