From 92bd636ecf9199f46bb8b97e2df2e608e744f9c0 Mon Sep 17 00:00:00 2001 From: "Unknown (abagchi)" <dev-null@apache.org> Date: Wed, 10 Nov 1999 21:26:14 +0000 Subject: [PATCH] Changed the DLL name git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171397 13f79535-47bb-0310-9956-ffa450edef68 --- src/util/Compilers/VCPPDefs.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/util/Compilers/VCPPDefs.hpp b/src/util/Compilers/VCPPDefs.hpp index a0411c65d..b9dd50ef2 100644 --- a/src/util/Compilers/VCPPDefs.hpp +++ b/src/util/Compilers/VCPPDefs.hpp @@ -56,8 +56,11 @@ /** * $Log$ - * Revision 1.1 1999/11/09 01:07:41 twl - * Initial revision + * Revision 1.2 1999/11/10 21:26:14 abagchi + * Changed the DLL name + * + * Revision 1.1.1.1 1999/11/09 01:07:41 twl + * Initial checkin * * Revision 1.3 1999/11/08 20:45:25 rahul * Swat for adding in Product name and CVS comment log variable. @@ -113,4 +116,4 @@ typedef unsigned int XMLUInt32; // versioning string. This is defined in XML4CDefs.hpp which is what this // file is included into. // --------------------------------------------------------------------------- -const char* const XML4C_DLLName = "IXXML4C" XML4C_DLLVersionStr; +const char* const XML4C_DLLName = "xerces-c_" XML4C_DLLVersionStr; -- GitLab