]> git.jsancho.org Git - lugaru.git/commitdiff
WinDefs: Do not redefine uintptr_t
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 19 Nov 2016 00:13:00 +0000 (01:13 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 19 Nov 2016 00:13:13 +0000 (01:13 +0100)
Fixes build with mingw64. mingw32 still builds fine.
The typedef might have been needed for MSVC, if so we will
readd it with a proper conditional.

Source/WinDefs.h

index 2609273cd873fa9486ba1e99b52393e0bdf271f4..47fb4d3d47b273c15201a45875f8f0d8b62686bf 100644 (file)
@@ -89,8 +89,6 @@ inline bool isnormal( double x)
 }
 */
 
-typedef unsigned int uintptr_t;
-
 
 // fix file names to use '/' instead of ':'
 char* ConvertFileName( const char* orgfilename);