Fix typo in macro __LP64__
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11938 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c34255f8b9
commit
de1af41923
@ -292,7 +292,7 @@ int Fl_Cocoa_Printer_Driver::start_page (void)
|
||||
else
|
||||
#endif
|
||||
{
|
||||
#if ! __LP64_
|
||||
#if ! __LP64__
|
||||
PMSessionGetGraphicsContext_type PMSessionGetGraphicsContext =
|
||||
(PMSessionGetGraphicsContext_type)Fl_Darwin_System_Driver::get_carbon_function("PMSessionGetGraphicsContext");
|
||||
status = PMSessionGetGraphicsContext(printSession, NULL, (void **)&gc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user