mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Fixed compilation on non-Windows systems.
This commit is contained in:
parent
12a161f5e7
commit
b371c0a1f4
@ -1,10 +1,12 @@
|
||||
#include "common/os.h"
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/statusbr.h>
|
||||
#if defined(SYS_WINDOWS)
|
||||
|
||||
#include "mmg/mmg_dialog.h"
|
||||
#include "mmg/taskbar_progress.h"
|
||||
# include <wx/wx.h>
|
||||
# include <wx/statusbr.h>
|
||||
|
||||
# include "mmg/mmg_dialog.h"
|
||||
# include "mmg/taskbar_progress.h"
|
||||
|
||||
taskbar_progress_c::taskbar_progress_c(wxWindow *window)
|
||||
: m_window(window)
|
||||
@ -64,3 +66,5 @@ taskbar_progress_c::get_interface() {
|
||||
}
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(taskbar_progress_c, wxEvtHandler)
|
||||
|
||||
#endif // SYS_WINDOWS
|
||||
|
Loading…
Reference in New Issue
Block a user