Skip to content
Snippets Groups Projects
Commit 13c308ca authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard
Browse files

Change __PPC__ flag to __powerpc__.

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