diff options
author | marha <marha@users.sourceforge.net> | 2013-06-04 17:08:21 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-06-04 17:08:21 +0200 |
commit | a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87 (patch) | |
tree | e256cfaae84dce150554c581ed0da05963ccc4d8 /libXext | |
parent | 5e2417d0b8611db29de549832534a1de298c97df (diff) | |
download | vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.tar.gz vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.tar.bz2 vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.zip |
Solved compilation problems
Diffstat (limited to 'libXext')
-rw-r--r-- | libXext/src/eat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libXext/src/eat.h b/libXext/src/eat.h index 239532b6d..38d782949 100644 --- a/libXext/src/eat.h +++ b/libXext/src/eat.h @@ -29,6 +29,10 @@ #include <X11/Xmd.h> /* for LONG64 on 64-bit platforms */ #include <limits.h> +#ifdef _MSC_VER +#define inline __inline +#endif + static inline void _XEatDataWords(Display *dpy, unsigned long n) { # ifndef LONG64 |