You've already forked lazarus-ccr
RxFPC:fix compile in windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4537 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -49,7 +49,7 @@ uses
|
|||||||
Windows,
|
Windows,
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
FileUtil;
|
FileUtil, LazFileUtils, LazUTF8;
|
||||||
|
|
||||||
{$IF DEFINED(WINDOWS) AND NOT DEFINED(WINCE)}
|
{$IF DEFINED(WINDOWS) AND NOT DEFINED(WINCE)}
|
||||||
function LStrError(const Ernum: Longint; const UseUTF8: Boolean = False): string;
|
function LStrError(const Ernum: Longint; const UseUTF8: Boolean = False): string;
|
||||||
|
Reference in New Issue
Block a user