mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 01:20:20 +02:00
* fixed some notes/warnings.
git-svn-id: trunk@5306 -
This commit is contained in:
parent
5f484a0f14
commit
c00d0debf0
@ -450,7 +450,6 @@ end;
|
||||
procedure fpc_WideStr_Concat (var DestS:Widestring;const S1,S2 : WideString); compilerproc;
|
||||
Var
|
||||
Size,Location : SizeInt;
|
||||
pc : pwidechar;
|
||||
begin
|
||||
{ only assign if s1 or s2 is empty }
|
||||
if (S1='') then
|
||||
|
@ -41,7 +41,7 @@ const
|
||||
|
||||
const
|
||||
{ Default filehandles }
|
||||
UnusedHandle : THandle = -1;
|
||||
UnusedHandle : THandle = THandle(-1);
|
||||
StdInputHandle : THandle = 0;
|
||||
StdOutputHandle : THandle = 0;
|
||||
StdErrorHandle : THandle = 0;
|
||||
@ -832,8 +832,6 @@ Const
|
||||
DLL_THREAD_ATTACH = 2;
|
||||
DLL_PROCESS_DETACH = 0;
|
||||
DLL_THREAD_DETACH = 3;
|
||||
Const
|
||||
DLLExitOK : boolean = true;
|
||||
|
||||
function Dll_entry : longbool;[public, alias : '_FPC_DLL_Entry'];
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user