mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Use portable __alpha instead of Mozilla specific _ALPHA_.
This commit is contained in:
parent
9580b526b5
commit
5ee4ee4095
@ -97,7 +97,7 @@ typedef GC (*XfeGetGCFunc) (Widget child);
|
||||
/* XfePrimitive & XfeManager class bit gravity */
|
||||
/* */
|
||||
/*----------------------------------------------------------------------*/
|
||||
#ifdef _ALPHA_
|
||||
#if defined(__alpha)
|
||||
typedef void (*XfeBitGravityType)(void);
|
||||
#else
|
||||
typedef int XfeBitGravityType;
|
||||
|
Loading…
Reference in New Issue
Block a user