Browse Source

* updated error message

git-svn-id: trunk@12695 -
ivost 16 years ago
parent
commit
452d2b5fee
1 changed files with 1 additions and 1 deletions
  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}