summaryrefslogtreecommitdiff
path: root/packages/libxml
diff options
context:
space:
mode:
authorivost <ivost@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-02-06 17:00:32 +0000
committerivost <ivost@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-02-06 17:00:32 +0000
commit49621348ec397ce125eb4a75e37a9bc086fa4ec7 (patch)
tree8d5e60a7138aca9822eb9921b4f2fa27d0b5f625 /packages/libxml
parent2ec0ce724ec50c242af3b5486f0f6fd7f08c5310 (diff)
downloadfpc-49621348ec397ce125eb4a75e37a9bc086fa4ec7.tar.gz
* updated error message
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12695 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/src/xml2.pas2
1 files changed, 1 insertions, 1 deletions
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}