Skip to content
Snippets Groups Projects
Commit 4ecc2196 authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Fix Jira bug XERCESC-1257, incorrect header guard.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176000 13f79535-47bb-0310-9956-ffa450edef68
parent 54f9f1cd
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@
/*
* $Log$
* Revision 1.3 2004/08/20 10:16:11 cargilld
* Fix Jira bug XERCESC-1257, incorrect header guard.
*
* Revision 1.2 2004/04/22 22:46:46 neilg
* not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well. Thanks to Steve Dulin
*
......@@ -65,7 +68,7 @@
*/
#ifndef XMLWIN1252TRANSCODER390_HPP
#define XMLWIN2152TRANSCODER390_HPP
#define XMLWIN1252TRANSCODER390_HPP
#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp>
......
......@@ -55,7 +55,7 @@
*/
#ifndef XMLWIN1252TRANSCODER_HPP
#define XMLWIN2152TRANSCODER_HPP
#define XMLWIN1252TRANSCODER_HPP
#include <xercesc/util/XercesDefs.hpp>
#include <xercesc/util/XML256TableTranscoder.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment