Building fixes from the Win32 branch. #19

Merged
eukara merged 3 commits from win32 into master 2022-05-13 09:34:59 -07:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 9b78880efe - Show all commits

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