aboutsummaryrefslogtreecommitdiff
path: root/X11/xtrans
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-10-06 10:45:58 +0200
committermarha <marha@users.sourceforge.net>2011-10-06 10:45:58 +0200
commit0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c (patch)
tree8840f1a9a2180db629a90db67f242efd1511851e /X11/xtrans
parent240264c2df4370e55fc61064054db2aa37d72eac (diff)
downloadvcxsrv-0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c.tar.gz
vcxsrv-0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c.tar.bz2
vcxsrv-0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c.zip
Solved compile error
Diffstat (limited to 'X11/xtrans')
-rw-r--r--X11/xtrans/Xtransint.h5
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)
{