|
@@ -29,6 +29,7 @@ uses
|
|
{$DEFINE HAS_OSERROR}
|
|
{$DEFINE HAS_OSERROR}
|
|
{$DEFINE HAS_OSCONFIG}
|
|
{$DEFINE HAS_OSCONFIG}
|
|
{$DEFINE HAS_CREATEGUID}
|
|
{$DEFINE HAS_CREATEGUID}
|
|
|
|
+
|
|
{ Include platform independent interface part }
|
|
{ Include platform independent interface part }
|
|
{$i sysutilh.inc}
|
|
{$i sysutilh.inc}
|
|
|
|
|
|
@@ -57,6 +58,8 @@ implementation
|
|
{$define HASCREATEGUID}
|
|
{$define HASCREATEGUID}
|
|
{$define HASEXPANDUNCFILENAME}
|
|
{$define HASEXPANDUNCFILENAME}
|
|
|
|
|
|
|
|
+{$DEFINE FPC_NOGENERICANSIROUTINES}
|
|
|
|
+
|
|
{ Include platform independent implementation part }
|
|
{ Include platform independent implementation part }
|
|
{$i sysutils.inc}
|
|
{$i sysutils.inc}
|
|
|
|
|