mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Make this allow POWERPC as well.
svn path=/branches/powerpc/; revision=25333
This commit is contained in:
@@ -952,7 +952,11 @@ LdrSafePEProcessModule (
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
#ifdef _M_IX86
|
||||
if (PENtHeaders->FileHeader.Machine != IMAGE_FILE_MACHINE_I386)
|
||||
#elif defined(_M_PPC)
|
||||
if (PENtHeaders->FileHeader.Machine != IMAGE_FILE_MACHINE_POWERPC)
|
||||
#endif
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user