diff options
author | rpj <rpj> | 2004-10-16 02:34:44 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-10-16 02:34:44 +0000 |
commit | 45b1b8cb2a6588f9316f780d8cefe11c181a9a17 (patch) | |
tree | 24753e298d9933d48d764177baf183ef97f04156 /global.c | |
parent | 9da8fdcb33373b4b2e1de2a8b7af3ed4b5811245 (diff) |
Mutex speedups cont'd
Diffstat (limited to 'global.c')
-rw-r--r-- | global.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |