From 45b1b8cb2a6588f9316f780d8cefe11c181a9a17 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 16 Oct 2004 02:34:44 +0000 Subject: Mutex speedups cont'd --- global.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'global.c') diff --git a/global.c b/global.c index fc9ab91..f3f18cb 100644 --- a/global.c +++ b/global.c @@ -51,6 +51,8 @@ int ptw32_concurrency = 0; /* What features have been auto-detaected */ int ptw32_features = 0; +BOOL ptw32_smp_system = PTW32_TRUE; /* Safer if assumed true initially. */ + /* * Function pointer to InterlockedCompareExchange if it exists, otherwise * it will be set at runtime to a substitute local version with the same -- cgit v1.2.3