From: Jeetu Golani Date: Mon, 29 Mar 2010 17:07:33 +0000 (+0530) Subject: changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d302f1e9b158d0a51936c28e5dc66251d90d1d56;hp=36c9a985aaee655c118c9f7b8425d3ac9ce0f840;p=free-sw%2Fxcb%2Flibxcb changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H --- diff --git a/src/xcb_windefs.h b/src/xcb_windefs.h index a7c0104..d6c7329 100644 --- a/src/xcb_windefs.h +++ b/src/xcb_windefs.h @@ -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 */