mirror of https://github.com/fltk/fltk
Fix clang support on Win64 (STR #3027).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10053 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
bcfdbe35e7
commit
49e4b8e3fa
|
@ -28,7 +28,7 @@
|
|||
\todo typedef's fl_intptr_t and fl_uintptr_t should be documented.
|
||||
*/
|
||||
#ifdef _WIN64
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <stddef.h> // M$VC
|
||||
|
|
Loading…
Reference in New Issue