diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-11-20 14:17:43 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-11-20 14:17:43 +0000 |
| commit | e01a7a33d73f5da1efe666936322534fe1334f0c (patch) | |
| tree | c177b091b136a69eb2e8955765199b84e892aeb8 | |
| parent | 41df4bf0d1153d14b276d9effd0371ed22e4ad98 (diff) | |
Commented out USE_ASYNC_SELECT since it doesn't seem to work...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1331 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_win32.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 8c1ec6b80..1ab44d482 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.29 2000/10/21 20:01:56 spitzak Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.30 2000/11/20 14:17:43 easysw Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -42,7 +42,8 @@ // USE_ASYNC_SELECT - define it if you have WSAAsyncSelect()... // -#define USE_ASYNC_SELECT +// MRS - this currently doesn't appear to work anymore; needs to be fixed! +//#define USE_ASYNC_SELECT // // WM_SYNCPAINT is an "undocumented" message, which is finally defined in @@ -950,5 +951,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.29 2000/10/21 20:01:56 spitzak Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.30 2000/11/20 14:17:43 easysw Exp $". // |
