Просмотр исходного кода

* updated error message

git-svn-id: trunk@12695 -
ivost 16 лет назад
Родитель
Сommit
452d2b5fee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/libxml/src/xml2.pas

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

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