You've already forked lazarus-ccr
lazedit_picslib: do not use Windows unit, use LCLIntf and LCLType instead
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2,7 +2,7 @@ unit LazEdit_PicsLib;
|
||||
{ $DEFINE DEBUG}
|
||||
interface
|
||||
|
||||
uses Windows;
|
||||
uses LCLIntf, LCLType;
|
||||
|
||||
function GetBMPSize(const Fn: String; out Width, Height: dword): Boolean;
|
||||
function GetGIFSize(const Fn: String; out Width, Height: dword): Boolean;
|
||||
|
Reference in New Issue
Block a user