Fix typo in macro __LP64__

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11939 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-09-12 16:22:59 +00:00
parent ee0a47973c
commit 6796d05425

View File

@ -246,7 +246,7 @@ int Fl_System_Printer::start_page (void)
else
#endif
{
#if ! __LP64_
#if ! __LP64__
PMSessionGetGraphicsContext_type PMSessionGetGraphicsContext =
(PMSessionGetGraphicsContext_type)Fl_X::get_carbon_function("PMSessionGetGraphicsContext");
status = PMSessionGetGraphicsContext(printSession, NULL, (void **)&fl_gc);