[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Sat Jun 20 11:13:17 PDT 2009


 win32port.mdwn |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit dfbed508644cd245ce8dad282d59cab81d8c65b1
Author: Jatin <Jatin at web>
Date:   Sat Jun 20 11:13:17 2009 -0700

diff --git a/win32port.mdwn b/win32port.mdwn
index eca902b..9ce2452 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -35,8 +35,7 @@ Our code has been changed to skip inclusion of these header files when compiled
 * xcb\_conn.c
     * set\_fd\_flags() : Win32 doesn't have file descriptors and the fcntl function. Made changes that set the socket in non-blocking mode.
     * write\_vec() : Win32 version using the send() function instead of writev.
-    * xcb\_disconnect() : Calls WSACleanup for Win32 build.
-
+   
 * xcb\_in.c
     * read\_block() : Win32 version using the recv() function instead of read.
     * _xcb\_in\_read() : Win32 version using the recv() function instead of read.


More information about the xcb-commit mailing list