]> git.jsancho.org Git - lugaru.git/commit
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)
commit73f429f8c67d23c7b408fa2e195592d779ade332
tree012d2b3216110c6b7f0bcd733f98bf112a8040de
parent2a8adbd6e7726cc78f809876e10f0a3c8d4baa0f
WinDefs: Do not redefine uintptr_t

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