mirror of https://github.com/KLayout/klayout.git
Fixed Windows build.
This commit is contained in:
parent
c63a47dd89
commit
7a28389bf1
|
|
@ -216,7 +216,7 @@ LONG WINAPI ExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
|
||||||
|
|
||||||
SymCleanup (process);
|
SymCleanup (process);
|
||||||
|
|
||||||
bool has_gui = lay::Application::instance () && lay::Application::instance ()->has_gui ();
|
bool has_gui = lay::ApplicationBase::instance () && lay::ApplicationBase::instance ()->has_gui ();
|
||||||
if (has_gui) {
|
if (has_gui) {
|
||||||
|
|
||||||
// YES! I! KNOW!
|
// YES! I! KNOW!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue