summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index b31760628..5adfe69f4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -188,9 +188,10 @@ CHANGES IN FLTK 1.3.0
Fl_Value_Input, and Fl_Text_Display derived
widgets (STR #1770)
- Initial setup (STR #1904)
- - winsock dll is dynamically loaded and by default
- ws2_32.dll, use of winsock1 is still possible by defining
- USE_WSOCK1 at compile time.
+ - FLTK now uses winsock2 (ws2_32.dll) instead of wsock32.dll
+ for Windows. The dll is loaded dynamically only if/when
+ needed; there is no need to link with winsock (ws2_32.lib)
+ if your program doesn't need socket operations.
- Cairo support: added --enable-cairo and --enable-cairoext
configure options.
- visualc(6) & vc2005 devenv's are in the ide subdirectory