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:
Albrecht Schlosser 2014-01-11 13:02:25 +00:00
parent bcfdbe35e7
commit 49e4b8e3fa
1 changed files with 1 additions and 1 deletions

View File

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