Kaydet (Commit) 703d4020 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifier

Change-Id: I443d7d82de72841b1ac1f2ed026c647e3f1957fc
üst 374b06c7
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
namespace dbaui namespace dbaui
{ {
#define _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_ #define REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_
#include "registrationhelper.cxx" #include "registrationhelper.cxx"
#undef _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_ #undef REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_
} }
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
namespace dbaxml namespace dbaxml
{ {
#define _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_ #define REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_
#include "registrationhelper.cxx" #include "registrationhelper.cxx"
#undef _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_ #undef REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_
} }
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
// be included in other cxx files // be included in other cxx files
#ifndef _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_ #ifndef REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_
#error "don't build this file directly! use dbu_reghelper.cxx instead!" #error "don't build this file directly! use dbu_reghelper.cxx instead!"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment