From 452d2b5feeba7732757030a4aafb8c32ac6c4bc5 Mon Sep 17 00:00:00 2001 From: ivost Date: Fri, 6 Feb 2009 17:00:32 +0000 Subject: [PATCH] * updated error message git-svn-id: trunk@12695 - --- packages/libxml/src/xml2.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libxml/src/xml2.pas b/packages/libxml/src/xml2.pas index 5234502295..a0a598889c 100644 --- a/packages/libxml/src/xml2.pas +++ b/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}