mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 21:49:14 +02:00
+ added QL*.pas to MacOS.pas
r318 | jonas | 2009-11-22 12:29:37 +0100 (Sun, 22 Nov 2009) | 2 lines * fixed typo in conditional expression git-svn-id: trunk@14252 -
This commit is contained in:
parent
4123e0425c
commit
2798f54bda
@ -363,6 +363,9 @@ uses
|
||||
QDCMCommon,
|
||||
QDOffscreen,
|
||||
QDPictToCGContext,
|
||||
QLBase,
|
||||
QLGenerator,
|
||||
QLThumbnailImage,
|
||||
QTML,
|
||||
QTSMovie,
|
||||
QTStreamingComponents,
|
||||
|
@ -626,7 +626,7 @@ function kQLGeneratorTypeID : CFUUIDRef; inline;
|
||||
function kQLGeneratorCallbacksInterfaceID: CFUUIDRef; inline;
|
||||
|
||||
|
||||
{$endic} {TARGET_OS_MAC}
|
||||
{$endif} {TARGET_OS_MAC}
|
||||
|
||||
{$ifc not defined MACOSALLINCLUDE or not MACOSALLINCLUDE}
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user