Commit 13c308ca authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

Change __PPC__ flag to __powerpc__.

parent e7db6d90
......@@ -260,7 +260,7 @@ const char *make_c_identifier( const char *str )
*/
int get_alignment(int alignBoundary)
{
#ifdef __PPC__
#ifdef __powerpc__
int n = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment