Fix for building on non Win32

This commit is contained in:
Marco Cawthorne 2022-05-13 09:31:10 -07:00
parent 945b57a9ff
commit 9b78880efe
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 3 additions and 3 deletions

View File

@ -19,14 +19,13 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#if defined(GDEF_OS_WINDOWS)
#include "multimon.h"
#include "debugging/debugging.h"
#include "gtkutil/window.h"
#include "preferences.h"
multimon_globals_t g_multimon_globals;
LatchedValue<bool> g_Multimon_enableSysMenuPopups(false, "Floating windows sysmenu icons");
@ -102,3 +101,4 @@ void MultiMon_Construct()
void MultiMon_Destroy()
{
}
#endif