mirror of
https://github.com/reactos/reactos.git
synced 2026-06-25 12:07:13 +08:00
Added ppc switches
svn path=/trunk/; revision=19869
This commit is contained in:
@@ -24,6 +24,8 @@ Author:
|
||||
//
|
||||
#ifdef _M_IX86
|
||||
#include <i386/ketypes.h>
|
||||
#elif defined(_M_PPC)
|
||||
#include <powerpc/ketypes.h>
|
||||
#else
|
||||
#error "Unknown processor"
|
||||
#endif
|
||||
|
||||
@@ -24,6 +24,8 @@ Author:
|
||||
//
|
||||
#ifdef _M_IX86
|
||||
#include <i386/mmtypes.h>
|
||||
#elif defined(_M_PPC)
|
||||
#include <powerpc/mmtypes.h>
|
||||
#else
|
||||
#error "Unknown processor"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user