(svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2)
This commit is contained in:
@@ -70,7 +70,7 @@ struct OTTD_QuartzGammaTable {
|
||||
- (void) setFrame:(NSRect)frame
|
||||
{
|
||||
/* The 64 bits libraries don't seem to know about _frame, so this hack won't work. */
|
||||
#if !__LP64__
|
||||
#ifndef __LP64__
|
||||
_frame = frame;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user