Skip to content
Snippets Groups Projects
Commit 922b53cf authored by Axel Naumann's avatar Axel Naumann
Browse files

[GeoCAD] Define R__Needs_Handle only if is not yet defined.

parent c71e9ade
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
// We need Handle here; request it and possibly undef it at the end of file. // We need Handle here; request it and possibly undef it at the end of file.
#define R__Needs_Handle_Old R__Needs_Handle #define R__Needs_Handle_Old R__Needs_Handle
#define R__Needs_Handle 1 #ifndef R__Needs_Handle
# define R__Needs_Handle 1
#endif
// Cascade // Cascade
#include "TOCCExports.h" #include "TOCCExports.h"
#define R__Needs_Handle R__Needs_Handle_Old #define R__Needs_Handle R__Needs_Handle_Old
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment