+ 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:
Jonas Maebe 2009-11-22 11:30:12 +00:00
parent 4123e0425c
commit 2798f54bda
2 changed files with 4 additions and 1 deletions

View File

@ -363,6 +363,9 @@ uses
QDCMCommon,
QDOffscreen,
QDPictToCGContext,
QLBase,
QLGenerator,
QLThumbnailImage,
QTML,
QTSMovie,
QTStreamingComponents,

View File

@ -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