mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
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:
@@ -292,7 +292,7 @@ int Fl_Cocoa_Printer_Driver::start_page (void)
|
|||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#if ! __LP64_
|
#if ! __LP64__
|
||||||
PMSessionGetGraphicsContext_type PMSessionGetGraphicsContext =
|
PMSessionGetGraphicsContext_type PMSessionGetGraphicsContext =
|
||||||
(PMSessionGetGraphicsContext_type)Fl_Darwin_System_Driver::get_carbon_function("PMSessionGetGraphicsContext");
|
(PMSessionGetGraphicsContext_type)Fl_Darwin_System_Driver::get_carbon_function("PMSessionGetGraphicsContext");
|
||||||
status = PMSessionGetGraphicsContext(printSession, NULL, (void **)&gc);
|
status = PMSessionGetGraphicsContext(printSession, NULL, (void **)&gc);
|
||||||
|
|||||||
Reference in New Issue
Block a user