Skip to content

Commit

Permalink
Fix clang support on Win64 (STR #3027).
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10053 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Jan 11, 2014
1 parent bcfdbe3 commit 49e4b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FL/Fl_Widget.H
Expand Up @@ -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
Expand Down

0 comments on commit 49e4b8e

Please sign in to comment.