changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H
authorJeetu Golani <jeetu.golani@gmail.com>
Mon, 29 Mar 2010 17:07:33 +0000 (22:37 +0530)
committerJeetu Golani <jeetu.golani@gmail.com>
Mon, 29 Mar 2010 17:07:33 +0000 (22:37 +0530)
src/xcb_windefs.h

index a7c0104..d6c7329 100644 (file)
@@ -24,8 +24,8 @@
  */
 
 
-#ifndef _WINDEFS_H
-#define _WINDEFS_H
+#ifndef _XCB_WINDEFS_H
+#define _XCB_WINDEFS_H
 
 #ifndef WINVER
 #define WINVER 0x0501 /* required for getaddrinfo/freeaddrinfo defined only for WinXP and above */
@@ -42,4 +42,4 @@ struct iovec  {
 
 typedef unsigned int in_addr_t;
 
-#endif /* windefs.h */
+#endif /* xcb_windefs.h */