kernel32: add CPU detection for OpenBSD

Austin English austinenglish at gmail.com
Wed Jan 21 19:50:18 CST 2009


diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c
index bc890c6..2d79017 100644
--- a/dlls/kernel32/cpu.c
+++ b/dlls/kernel32/cpu.c
@@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo(
        }
        fclose (f);
        }
-#elif defined (__NetBSD__)
+#elif defined (__NetBSD__) || (__OpenBSD__)
         {
              int mib[2];
              int value;



-- 
-Austin



More information about the wine-patches mailing list