Revision: 4305
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4305&view=rev
Author:   atkac
Date:     2011-02-21 14:10:31 +0000 (Mon, 21 Feb 2011)

Log Message:
-----------
[Bugfix] Visual Studio needs stddef.h include to get size_t definition.

Modified Paths:
--------------
    trunk/config.h.cmake.in

Modified: trunk/config.h.cmake.in
===================================================================
--- trunk/config.h.cmake.in     2011-02-21 13:50:17 UTC (rev 4304)
+++ trunk/config.h.cmake.in     2011-02-21 14:10:31 UTC (rev 4305)
@@ -7,5 +7,6 @@
 
 /* MS Visual Studio 2008 and newer doesn't know ssize_t */
 #if defined(HAVE_GNUTLS) && defined(WIN32) && !defined(__MINGW32__)
+#include <stddef.h>
 typedef size_t ssize_t;
 #endif


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to