Browse Source

Update zgl_lib_zip.pas

Seenkao 4 years ago
parent
commit
3c3574ec3a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Zengl_SRC/src/zgl_lib_zip.pas

+ 6 - 0
Zengl_SRC/src/zgl_lib_zip.pas

@@ -229,6 +229,12 @@ procedure UnloadLibZip;
 
 implementation
 
+{$IfDef MAC_COCOA}
+uses
+  zgl_log,
+  zgl_application;
+{$EndIf}  
+
 var
   zipDLL: Pointer;