mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +02:00
* do not yet map GetCommandLine() to GetCommandLineW() with -dFPC_UNICODE_RTL,
because its result is assigned to the global cmdline variable which is still a pchar in all cases git-svn-id: branches/cpstrrtl@25309 -
This commit is contained in:
parent
5b09435055
commit
63e8d0c31c
@ -218,7 +218,7 @@ threadvar
|
||||
function GetStdHandle(nStdHandle:DWORD):THANDLE;
|
||||
stdcall;external KernelDLL name 'GetStdHandle';
|
||||
|
||||
{$ifdef FPC_UNICODE_RTL}
|
||||
{$ifdef FPC_UNICODE_RTLx}
|
||||
{ command line/environment functions }
|
||||
|
||||
function GetCommandLine : pwidechar;
|
||||
|
Loading…
Reference in New Issue
Block a user