changeset 1328:be2c04276209

Changed socklen_t typedef #ifdef to check for MSVC.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 10 Nov 2011 03:54:32 +0000
parents e4ef8d86dfc4
children 19bfcdbab74e
files compat.h readme
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/compat.h	Thu Nov 10 03:46:01 2011 +0000
+++ b/compat.h	Thu Nov 10 03:54:32 2011 +0000
@@ -321,7 +321,7 @@
 #endif
 
 /* Visual Studio doesn't define this... so just in case */
-#ifndef socklen_t
+#ifdef MSVC
 typedef int socklen_t;
 #endif
 
--- a/readme	Thu Nov 10 03:46:01 2011 +0000
+++ b/readme	Thu Nov 10 03:54:32 2011 +0000
@@ -52,6 +52,7 @@
    Currently Mac, Win and GTK are supported.
 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
 Added PNG/JPG/GIF/TIFF support on Windows via GDI+.
+Added support for GdkPixbuf inline images in GTK 2 and 3.
 Added dw_draw_arc() function for drawing arcs, ellipses and circles.
 Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed
    to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon().  The fill parameter