[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Sat Mar 28 12:40:30 PDT 2009


 win32port.mdwn |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e7ab989fe0ba32527c2ad04eb4c1f5dba160ebd5
Author: Jatin <Jatin at web>
Date:   Sat Mar 28 12:40:30 2009 -0700

diff --git a/win32port.mdwn b/win32port.mdwn
index f5919bd..fb2bb54 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -55,11 +55,11 @@ Our code has been changed to skip inclusion of these header files when compiled
 
 -- Windefs.h
 
-windefs.h defines all headers and other structures,datatypes,etc required for win32. A key point to note within this header file is the following:
+windefs.h defines all headers and other structures,datatypes,etc required for win32. A key point to note within this header file is the following define:
 
-    #define WINVER 0x0501 since getaddrinfo/freeaddrinfo are defined only for WinXP and above. Without this linker complains of undefined references.
+    #define WINVER 0x0501 required since getaddrinfo and freeaddrinfo are defined only for WinXP and above. Without this the linker complains of undefined references.
 
-Currently, therefore, the code may not compile (untested) on versions prior to XP.
+Therefore, currently the code may not compile on versions prior to XP (untested)
 
 
 


More information about the xcb-commit mailing list