diff --git a/src/util/Compilers/VCPPDefs.hpp b/src/util/Compilers/VCPPDefs.hpp
index a0411c65d53d3bd82d0c4b50f392bc1855f486d0..b9dd50ef2ba55834bee2d7d1ade700ca6b33490f 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;