summaryrefslogtreecommitdiff
path: root/FL/platform_types.h
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-01-31 17:46:48 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-01-31 17:46:48 +0000
commitcc595ce4edb86965b70e385e62d54efbb8ba5b8f (patch)
tree06c634ed3ef565ffe53d9c34d18a9949a2ebb247 /FL/platform_types.h
parent12a2fc2a4d5cd40b2fbdeb7f6e5d949c793106bc (diff)
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
Diffstat (limited to 'FL/platform_types.h')
-rw-r--r--FL/platform_types.h8
1 files changed, 4 insertions, 4 deletions
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$".