mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* don't setup generic widestring routines, this would override the win32 specific ones
git-svn-id: trunk@1173 -
This commit is contained in:
parent
e0d2eee158
commit
4f2c0a7049
@ -29,6 +29,7 @@ uses
|
||||
{$DEFINE HAS_OSERROR}
|
||||
{$DEFINE HAS_OSCONFIG}
|
||||
{$DEFINE HAS_CREATEGUID}
|
||||
|
||||
{ Include platform independent interface part }
|
||||
{$i sysutilh.inc}
|
||||
|
||||
@ -57,6 +58,8 @@ implementation
|
||||
{$define HASCREATEGUID}
|
||||
{$define HASEXPANDUNCFILENAME}
|
||||
|
||||
{$DEFINE FPC_NOGENERICANSIROUTINES}
|
||||
|
||||
{ Include platform independent implementation part }
|
||||
{$i sysutils.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user