Browse Source

+ 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 -
Jonas Maebe 15 years ago
parent
commit
2798f54bda
2 changed files with 4 additions and 1 deletions
  1. 3 0
      packages/univint/src/MacOS.pas
  2. 1 1
      packages/univint/src/QLGenerator.pas

+ 3 - 0
packages/univint/src/MacOS.pas

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

+ 1 - 1
packages/univint/src/QLGenerator.pas

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