Quellcode durchsuchen

* updated error message

git-svn-id: trunk@12695 -
ivost vor 16 Jahren
Ursprung
Commit
452d2b5fee
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/libxml/src/xml2.pas

+ 1 - 1
packages/libxml/src/xml2.pas

@@ -26,7 +26,7 @@ const
   xml2lib = 'libxml2.'+sharedsuffix;
   {$DEFINE EXTDECL := cdecl}
 {$ELSE}
-  {$MESSAGE ERROR 'DYNLINK not supported'}
+  {$MESSAGE ERROR 'Platform not supported right now'}
 {$IFEND}
 
 {$i xml2.inc}