mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Lazarus/Lcl/Cocoa compatibility
(cherry picked from commit b43710b786)
This commit is contained in:
parent
279b61f319
commit
e35531fa70
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ interface
|
|||
|
||||
uses
|
||||
Classes, SysUtils, UnixType,
|
||||
Cocoa_Extra, MacOSAll, CocoaAll, CocoaUtils, CocoaInt,
|
||||
InterfaceBase, Menus, CocoaMenus;
|
||||
Cocoa_Extra, MacOSAll, CocoaAll, CocoaUtils, CocoaInt, CocoaConst, CocoaMenus,
|
||||
InterfaceBase, Menus;
|
||||
|
||||
// Darwin Util Function
|
||||
function StringToNSString(const S: String): NSString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue