Huw Davies : ntdll: Fix build on MacOSX.

Alexandre Julliard julliard at winehq.org
Wed Sep 23 11:02:54 CDT 2009


Module: wine
Branch: master
Commit: 90f95172b8bab8ba72b561caf3a86a1b2482417b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=90f95172b8bab8ba72b561caf3a86a1b2482417b

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Sep 22 20:36:28 2009 +0100

ntdll: Fix build on MacOSX.

---

 dlls/ntdll/nt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index 21fefef..f221792 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -1322,7 +1322,7 @@ void fill_cpu_info(void)
             switch (cputype)
             {
             case CPU_TYPE_POWERPC:
-                cached_sci.ProcessorArchitecture = PROCESSOR_ARCHITECTURE_PPC;
+                cached_sci.Architecture = PROCESSOR_ARCHITECTURE_PPC;
                 valSize = sizeof(int);
                 if (sysctlbyname ("hw.cpusubtype", &value, &valSize, NULL, 0) == 0)
                 {




More information about the wine-cvs mailing list