summaryrefslogtreecommitdiff
path: root/src/fl_dnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_dnd.cxx')
-rw-r--r--src/fl_dnd.cxx16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/fl_dnd.cxx b/src/fl_dnd.cxx
index 9390a272a..7f961c602 100644
--- a/src/fl_dnd.cxx
+++ b/src/fl_dnd.cxx
@@ -1,9 +1,9 @@
//
-// "$Id: fl_dnd.cxx,v 1.3 2001/07/29 22:04:44 spitzak Exp $"
+// "$Id: fl_dnd.cxx,v 1.3.2.1 2002/01/09 21:50:02 easysw Exp $"
//
// Drag & Drop code for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-1999 by Bill Spitzak and others.
+// Copyright 1998-2002 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -20,15 +20,17 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
-#ifdef _WIN32
-#include "fl_dnd_win32.cxx"
+#ifdef WIN32
+# include "fl_dnd_win32.cxx"
+//#elif defined(__APPLE__)
+//# include "fl_dnd_mac.cxx"
#else
-#include "fl_dnd_x.cxx"
+# include "fl_dnd_x.cxx"
#endif
//
-// End of "$Id: fl_dnd.cxx,v 1.3 2001/07/29 22:04:44 spitzak Exp $".
+// End of "$Id: fl_dnd.cxx,v 1.3.2.1 2002/01/09 21:50:02 easysw Exp $".
//