diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-01 23:45:52 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-01 23:45:52 +0000 |
| commit | 4b82930e04f9b59fd473a6f351300be0f20046f9 (patch) | |
| tree | e3e91aab3f8ce0f38eff85b45a52a4dc3231b12a /src | |
| parent | d55d0ead70c8d53921a9b0e7b1963e37323986a5 (diff) | |
DND conditional stuff.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 00836041e..4d0aaf30d 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.37.2.31 2002/05/01 20:05:19 easysw Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.37.2.32 2002/05/01 23:45:52 easysw Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -123,7 +123,9 @@ static fd_set fdsets[3]; #define POLLOUT 4 #define POLLERR 8 +#if !defined(__GNUC__) || __GNUC__ >= 3 extern IDropTarget *flIDropTarget; +#endif // !__GNUC__ || __GNUC__ >= 3 static int nfds = 0; static int fd_array_size = 0; @@ -1181,5 +1183,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.31 2002/05/01 20:05:19 easysw Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.32 2002/05/01 23:45:52 easysw Exp $". // |
