From a2880d753d6bafd9bc4d283bac52d08e1039922f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 14 Jun 2000 19:57:20 +0000 Subject: Added declaration for fl_old_shortcut for DLL. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1210 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_shortcut.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index 218b8d2f1..ebfad4cfd 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_shortcut.cxx,v 1.4.2.6 2000/06/05 21:21:10 mike Exp $" +// "$Id: fl_shortcut.cxx,v 1.4.2.7 2000/06/14 19:57:20 mike Exp $" // // Shortcut support routines for the Fast Light Tool Kit (FLTK). // @@ -48,6 +48,8 @@ #include #endif +extern FL_EXPORT int fl_old_shortcut(const char*); + int Fl::test_shortcut(int shortcut) { if (!shortcut) return 0; @@ -191,5 +193,5 @@ int Fl_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.4.2.6 2000/06/05 21:21:10 mike Exp $". +// End of "$Id: fl_shortcut.cxx,v 1.4.2.7 2000/06/14 19:57:20 mike Exp $". // -- cgit v1.2.3