diff options
author | marha <marha@users.sourceforge.net> | 2011-10-06 10:45:58 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-06 10:45:58 +0200 |
commit | 0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c (patch) | |
tree | 8840f1a9a2180db629a90db67f242efd1511851e /X11 | |
parent | 240264c2df4370e55fc61064054db2aa37d72eac (diff) | |
download | vcxsrv-0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c.tar.gz vcxsrv-0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c.tar.bz2 vcxsrv-0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c.zip |
Solved compile error
Diffstat (limited to 'X11')
-rw-r--r-- | X11/xtrans/Xtransint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/X11/xtrans/Xtransint.h b/X11/xtrans/Xtransint.h index 3bce8dc6b..9954dfe06 100644 --- a/X11/xtrans/Xtransint.h +++ b/X11/xtrans/Xtransint.h @@ -388,6 +388,11 @@ static int trans_mkdir ( # if defined(XSERV_t) && defined(TRANS_SERVER) # include "os.h" # else + +#ifdef _MSC_VER +#define inline __inline +#endif + static inline void _X_ATTRIBUTE_PRINTF(1, 0) VErrorF(const char *f, va_list args) { |