Another fix to avoid conflict names issues with mingw + pegtl.
Fixes #13118 https://gitlab.com/kicad/code/kicad/issues/13118
This commit is contained in:
parent
e74654a20f
commit
be8f99e8fe
|
@ -37,6 +37,9 @@
|
|||
#if defined ( LoadLibrary )
|
||||
#undef LoadLibrary
|
||||
#endif
|
||||
#if defined ( GetClassInfo )
|
||||
#undef GetClassInfo
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue