mirror of https://github.com/AxioDL/metaforce.git
Windows Fixes
This commit is contained in:
parent
39af4fd87c
commit
df01970bac
|
@ -8,6 +8,11 @@
|
|||
#include <QTextCursor>
|
||||
#include "FileDirDialog.hpp"
|
||||
|
||||
#if _WIN32
|
||||
#include <Windows.h>
|
||||
#include <shellapi.h>
|
||||
#endif
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
m_ui(new Ui::MainWindow)
|
||||
|
|
Loading…
Reference in New Issue