* 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:
Jonas Maebe 2013-08-19 22:47:15 +00:00
parent 5b09435055
commit 63e8d0c31c

View File

@ -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;