summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-22 22:10:14 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-22 22:10:14 +0000
commit20da6861f26ddea43eacf9c5ecc4a502f1c07cd5 (patch)
treedfb3cac0f6ac85cdb7bc0303cc3446e10bbf80c9 /FL/Enumerations.H
parent6139e446a6575eb82f11718d5c4cde61f81946a9 (diff)
Removed unused "FL_IMPORT" definition.
git-svn-id: file:///fltk/svn/fltk/trunk@326 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H7
1 files changed, 2 insertions, 5 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 4449c73d0..c12c4b8c6 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,5 +1,5 @@
//
-// "$Id: Enumerations.H,v 1.16 1999/02/19 13:52:33 mike Exp $"
+// "$Id: Enumerations.H,v 1.17 1999/02/22 22:10:14 mike Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
@@ -33,14 +33,11 @@
#if defined(FL_DLL) && defined(_MSC_VER)
# ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport)
-# define FL_IMPORT __declspec(dllimport)
# else
# define FL_EXPORT __declspec(dllimport)
-# define FL_IMPORT __declspec(dllexport)
# endif /* FL_LIBRARY */
#else
# define FL_EXPORT
-# define FL_IMPORT
#endif /* FL_DLL && _MSC_VER */
//
@@ -368,5 +365,5 @@ enum Fl_Damage {
#endif
//
-// End of "$Id: Enumerations.H,v 1.16 1999/02/19 13:52:33 mike Exp $".
+// End of "$Id: Enumerations.H,v 1.17 1999/02/22 22:10:14 mike Exp $".
//