mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Added ppc switches
svn path=/trunk/; revision=19869
This commit is contained in:
parent
dcb2365a52
commit
98b3a2ff5b
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue