mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 18:36:16 +02:00
IDE: fixed typo
git-svn-id: trunk@15136 -
This commit is contained in:
parent
a79cdddc94
commit
4997713fae
@ -95,7 +95,7 @@ const
|
||||
|
||||
// returns the standard executable extension (e.g '.exe')
|
||||
function GetExecutableExt(TargetOS: string = ''): string;
|
||||
// returns the standard library extension (e.g '.dll' or '.dynlib')
|
||||
// returns the standard library extension (e.g '.dll' or '.dylib')
|
||||
function GetLibraryExt(TargetOS: string = ''): string;
|
||||
|
||||
// returns the standard file extension for compiled units (e.g '.ppu')
|
||||
|
Loading…
Reference in New Issue
Block a user