From cc595ce4edb86965b70e385e62d54efbb8ba5b8f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 31 Jan 2018 17:46:48 +0000 Subject: Replace FL/x.H with FL/platform.H - step 1. This first step replaces FL/x.H with FL/platform.H but keeps a small FL/x.H that #include's FL/platform.H for backwards compatibility. Documentation sources in documentation/src/*.dox have been fixed, but references in other source files need to be fixed in another step. Dependencies have been adjusted. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12640 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/platform_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL/platform_types.h') diff --git a/FL/platform_types.h b/FL/platform_types.h index ab91f41a0..ce2e6718f 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -1,7 +1,7 @@ /* * "$Id$" * - * Copyright 2016 by Bill Spitzak and others. + * Copyright 2016-2018 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 @@ -14,8 +14,8 @@ * http://www.fltk.org/str.php */ -#ifndef PLATFORM_TYPES_H -#define PLATFORM_TYPES_H +#ifndef FL_PLATFORM_TYPES_H +#define FL_PLATFORM_TYPES_H /* Platform-dependent types are defined here. These types must be defined by any platform: @@ -120,7 +120,7 @@ typedef struct __GLXcontextRec *GLContext; # define FL_CONTROL FL_META /**< An alias for FL_META on WIN32 and X11, or FL_CTRL on MacOS X */ #endif -#endif /* PLATFORM_TYPES_H */ +#endif /* FL_PLATFORM_TYPES_H */ /* * End of "$Id$". -- cgit v1.2.3