From 1db8d51eaed5465abcc9c4f3f6d20799c93dd6eb Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 23 Apr 2016 15:08:26 +0000 Subject: Move typedef fl_(u)intptr_t to FL/platform_types.h. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11686 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Widget.H | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'FL/Fl_Widget.H') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index fe978f125..ac42d3bf5 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -3,7 +3,7 @@ // // Widget header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -24,22 +24,6 @@ #include "Enumerations.H" -/** - \todo typedef's fl_intptr_t and fl_uintptr_t should be documented. -*/ -#ifdef _WIN64 -#if defined(__GNUC__) || defined(__clang__) -#include -#else -#include // M$VC -#endif -typedef intptr_t fl_intptr_t; -typedef uintptr_t fl_uintptr_t; -#else -typedef long fl_intptr_t; -typedef unsigned long fl_uintptr_t; -#endif - class Fl_Widget; class Fl_Window; class Fl_Group; -- cgit v1.2.3