mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
ManualPlugin: fix macOS build.
This commit is contained in:
parent
220f27209b
commit
0f9d5c1255
@ -17,6 +17,8 @@
|
||||
#include "ManualPlugin.h"
|
||||
#include "ui_ManualPlugin.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#define __cdecl
|
||||
typedef WId HWND;
|
||||
|
||||
@ -19,6 +19,10 @@
|
||||
|
||||
#include "ui_ManualPlugin.h"
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
typedef WId HWND;
|
||||
#endif
|
||||
|
||||
#include "../../plugins/mumble_plugin.h"
|
||||
|
||||
class Manual : public QDialog, public Ui::Manual {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user