Removed unused "FL_IMPORT" definition.

git-svn-id: file:///fltk/svn/fltk/trunk@326 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-02-22 22:10:14 +00:00
parent 6139e446a6
commit 20da6861f2
2 changed files with 4 additions and 10 deletions

View File

@ -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). // Enumerations for the Fast Light Tool Kit (FLTK).
// //
@ -33,14 +33,11 @@
#if defined(FL_DLL) && defined(_MSC_VER) #if defined(FL_DLL) && defined(_MSC_VER)
# ifdef FL_LIBRARY # ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport) # define FL_EXPORT __declspec(dllexport)
# define FL_IMPORT __declspec(dllimport)
# else # else
# define FL_EXPORT __declspec(dllimport) # define FL_EXPORT __declspec(dllimport)
# define FL_IMPORT __declspec(dllexport)
# endif /* FL_LIBRARY */ # endif /* FL_LIBRARY */
#else #else
# define FL_EXPORT # define FL_EXPORT
# define FL_IMPORT
#endif /* FL_DLL && _MSC_VER */ #endif /* FL_DLL && _MSC_VER */
// //
@ -368,5 +365,5 @@ enum Fl_Damage {
#endif #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 $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id: filename.H,v 1.10 1999/02/19 13:52:33 mike Exp $" // "$Id: filename.H,v 1.11 1999/02/22 22:10:14 mike Exp $"
// //
// Filename header file for the Fast Light Tool Kit (FLTK). // Filename header file for the Fast Light Tool Kit (FLTK).
// //
@ -33,14 +33,11 @@
#if defined(FL_DLL) && defined(_MSC_VER) #if defined(FL_DLL) && defined(_MSC_VER)
# ifdef FL_LIBRARY # ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport) # define FL_EXPORT __declspec(dllexport)
# define FL_IMPORT __declspec(dllimport)
# else # else
# define FL_EXPORT __declspec(dllimport) # define FL_EXPORT __declspec(dllimport)
# define FL_IMPORT __declspec(dllexport)
# endif /* FL_LIBRARY */ # endif /* FL_LIBRARY */
#else #else
# define FL_EXPORT # define FL_EXPORT
# define FL_IMPORT
#endif /* FL_DLL && _MSC_VER */ #endif /* FL_DLL && _MSC_VER */
#define FL_PATH_MAX 256 // all buffers are this length #define FL_PATH_MAX 256 // all buffers are this length
@ -79,5 +76,5 @@ FL_EXPORT int filename_list(const char *d, struct dirent ***list);
#endif #endif
// //
// End of "$Id: filename.H,v 1.10 1999/02/19 13:52:33 mike Exp $". // End of "$Id: filename.H,v 1.11 1999/02/22 22:10:14 mike Exp $".
// //