diff --git a/simulators/bochs/gui/wx.cc b/simulators/bochs/gui/wx.cc index f34f9eb5..33ed9243 100644 --- a/simulators/bochs/gui/wx.cc +++ b/simulators/bochs/gui/wx.cc @@ -1706,3 +1706,5 @@ static Bit32u convertStringToGDKKey (const char *string) #endif #endif /* if BX_WITH_WX */ + +#undef Status diff --git a/simulators/bochs/gui/x.cc b/simulators/bochs/gui/x.cc index c6d5ff38..0c7ba81c 100644 --- a/simulators/bochs/gui/x.cc +++ b/simulators/bochs/gui/x.cc @@ -2624,3 +2624,5 @@ BxEvent *x11_notify_callback (void *unused, BxEvent *event) } #endif /* if BX_WITH_X11 */ + +#undef Status