From 6b4cfac5a67f87884a525ce2c99f30e0060b3ca7 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 11 Oct 2009 19:02:38 +0000 Subject: Now rootless dir compiles. --- xorg-server/miext/rootless/rootlessGC.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xorg-server/miext/rootless/rootlessGC.c') diff --git a/xorg-server/miext/rootless/rootlessGC.c b/xorg-server/miext/rootless/rootlessGC.c index 0bd314d46..5167f0ebe 100644 --- a/xorg-server/miext/rootless/rootlessGC.c +++ b/xorg-server/miext/rootless/rootlessGC.c @@ -49,6 +49,9 @@ #include "rootlessCommon.h" +#ifdef _MSC_VER +#define inline __inline +#endif // GC functions static void RootlessValidateGC(GCPtr pGC, unsigned long changes, -- cgit v1.2.3