[ros-diffs] [arty] 19869: Added ppc switches

arty at svn.reactos.com arty at svn.reactos.com
Sun Dec 4 16:06:20 CET 2005


Added ppc switches
Modified: trunk/reactos/include/ndk/arch/ketypes.h
Modified: trunk/reactos/include/ndk/arch/mmtypes.h
  _____  

Modified: trunk/reactos/include/ndk/arch/ketypes.h
--- trunk/reactos/include/ndk/arch/ketypes.h	2005-12-04 15:03:41 UTC
(rev 19868)
+++ trunk/reactos/include/ndk/arch/ketypes.h	2005-12-04 15:06:05 UTC
(rev 19869)
@@ -24,6 +24,8 @@

 //
 #ifdef _M_IX86
 #include <i386/ketypes.h>
+#elif defined(_M_PPC)
+#include <powerpc/ketypes.h>
 #else
 #error "Unknown processor"
 #endif
  _____  

Modified: trunk/reactos/include/ndk/arch/mmtypes.h
--- trunk/reactos/include/ndk/arch/mmtypes.h	2005-12-04 15:03:41 UTC
(rev 19868)
+++ trunk/reactos/include/ndk/arch/mmtypes.h	2005-12-04 15:06:05 UTC
(rev 19869)
@@ -24,6 +24,8 @@

 //
 #ifdef _M_IX86
 #include <i386/mmtypes.h>
+#elif defined(_M_PPC)
+#include <powerpc/mmtypes.h>
 #else
 #error "Unknown processor"
 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051204/5090d95a/attachment.html


More information about the Ros-diffs mailing list