Selaa lähdekoodia

* don't setup generic widestring routines, this would override the win32 specific ones

git-svn-id: trunk@1173 -
florian 20 vuotta sitten
vanhempi
commit
4f2c0a7049
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      rtl/win32/sysutils.pp

+ 3 - 0
rtl/win32/sysutils.pp

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