mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +00:00
Change __PPC__ flag to __powerpc__.
This commit is contained in:
parent
e7db6d9085
commit
13c308caa7
@ -260,7 +260,7 @@ const char *make_c_identifier( const char *str )
|
||||
*/
|
||||
int get_alignment(int alignBoundary)
|
||||
{
|
||||
#ifdef __PPC__
|
||||
#ifdef __powerpc__
|
||||
|
||||
int n = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user