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
This commit is contained in:
Michael R Sweet 2000-11-20 14:17:43 +00:00
parent 41df4bf0d1
commit e01a7a33d7
1 changed files with 4 additions and 3 deletions

View File

@ -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 $".
//