1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0028822: Configuration, XCAFDoc - fix name collision with macros GetObject()

This commit is contained in:
kgv
2017-06-07 15:12:58 +03:00
committed by bugmaster
parent b2857a7ef0
commit b07ce12b5f
5 changed files with 18 additions and 18 deletions

View File

@@ -26,6 +26,10 @@ class TDF_Attribute;
class TDF_RelocationTable;
class XCAFView_Object;
// resolve name collisions with WinAPI headers
#ifdef GetObject
#undef GetObject
#endif
class XCAFDoc_View;
DEFINE_STANDARD_HANDLE(XCAFDoc_View, TDF_Attribute)