From b09f2a0495071a068c2b6b36084c974acf7aab9b Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Mon, 22 Nov 2004 16:04:04 +0000 Subject: Windows does not have ffs() implementation. added one Enable RootlessSafeAlpha and RootlessAcceleration for the Windows port too --- miext/rootless/rootlessConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miext/rootless') diff --git a/miext/rootless/rootlessConfig.h b/miext/rootless/rootlessConfig.h index 1ee872ad8..ccd0cc776 100644 --- a/miext/rootless/rootlessConfig.h +++ b/miext/rootless/rootlessConfig.h @@ -47,7 +47,7 @@ #endif /* __DARWIN__ */ -#ifdef __CYGWIN__ +#if defined(__CYGWIN__) || defined(WIN32) # define ROOTLESS_ACCEL YES # define ROOTLESS_GLOBAL_COORDS TRUE -- cgit v1.2.3