abagchi     99/11/10 13:26:16

  Modified:    c/src/util/Compilers VCPPDefs.hpp
  Log:
  Changed the DLL name
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/c/src/util/Compilers/VCPPDefs.hpp
  
  Index: VCPPDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/VCPPDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- VCPPDefs.hpp      1999/11/09 01:07:41     1.1
  +++ VCPPDefs.hpp      1999/11/10 21:26:14     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: VCPPDefs.hpp,v $
  - * 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 @@
   //  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;
  
  
  

Reply via email to