changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H
This commit is contained in:
parent
36c9a985aa
commit
d302f1e9b1
|
@ -24,8 +24,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _WINDEFS_H
|
#ifndef _XCB_WINDEFS_H
|
||||||
#define _WINDEFS_H
|
#define _XCB_WINDEFS_H
|
||||||
|
|
||||||
#ifndef WINVER
|
#ifndef WINVER
|
||||||
#define WINVER 0x0501 /* required for getaddrinfo/freeaddrinfo defined only for WinXP and above */
|
#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;
|
typedef unsigned int in_addr_t;
|
||||||
|
|
||||||
#endif /* windefs.h */
|
#endif /* xcb_windefs.h */
|
||||||
|
|
Loading…
Reference in New Issue