From acf6c881d36b675d755433d3cf48613bc46ed78d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 3 Jan 2016 22:54:29 +0000 Subject: Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined> git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@10989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Bitmap.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl_Bitmap.H') diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index a5a9b4590..75d84370f 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -48,6 +48,9 @@ public: #if defined(__APPLE__) || defined(WIN32) /** for internal use */ void *id_; +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: define variables to hold a native bitmap in Fl_Bitmap" + unsigned id_; // default if not ported #else /** for internal use */ unsigned id_; -- cgit v1.2.3