Commit 57fb99fa authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Protect some more types which can be redeclared in Xmd.h.

parent 1b7f954a
......@@ -43,12 +43,16 @@
#define INT8 X_INT8
#define INT16 X_INT16
#define INT32 X_INT32
#define INT64 X_INT64
#define LONG64 X_LONG64
#include <X11/Xproto.h>
#undef BOOL
#undef BYTE
#undef INT8
#undef INT16
#undef INT32
#undef INT64
#undef LONG64
#include "windef.h"
#include "winbase.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment