From e01a7a33d73f5da1efe666936322534fe1334f0c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 20 Nov 2000 14:17:43 +0000 Subject: 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 --- src/Fl_win32.cxx | 7 ++++--- 1 file 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 $". // -- cgit v1.2.3