Skip to content
Snippets Groups Projects
Commit 70c29320 authored by Tinny Ng's avatar Tinny Ng
Browse files

C++ Namespace Support.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174312 13f79535-47bb-0310-9956-ffa450edef68
parent 7774bb9f
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
#include <windows.h> #include <windows.h>
#include "Win32MsgLoader.hpp" #include "Win32MsgLoader.hpp"
XERCES_CPP_NAMESPACE_BEGIN
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// Public Constructors and Destructor // Public Constructors and Destructor
...@@ -95,6 +94,7 @@ BOOL APIENTRY DllMain(HINSTANCE hModule, ...@@ -95,6 +94,7 @@ BOOL APIENTRY DllMain(HINSTANCE hModule,
return TRUE; return TRUE;
} }
XERCES_CPP_NAMESPACE_BEGIN
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// Global module handle // Global module handle
......
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