mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
Oops, included a windows only header in non-windows builds.
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
#include "LogOutputters.h"
|
||||
#include "CString.h"
|
||||
#include "CArch.h"
|
||||
#include "CArchMiscWindows.h"
|
||||
#include <cstring>
|
||||
|
||||
#define DAEMON_RUNNING(running_)
|
||||
#if WINDOWS_LIKE
|
||||
#include "CMSWindowsScreen.h"
|
||||
#include "CMSWindowsSecondaryScreen.h"
|
||||
#include "CArchMiscWindows.h"
|
||||
#include "CMSWindowsClientTaskBarReceiver.h"
|
||||
#include "resource.h"
|
||||
#undef DAEMON_RUNNING
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "CLog.h"
|
||||
#include "LogOutputters.h"
|
||||
#include "CArch.h"
|
||||
#include "CArchMiscWindows.h"
|
||||
#include "stdfstream.h"
|
||||
#include <cstring>
|
||||
|
||||
@@ -36,6 +35,7 @@
|
||||
#if WINDOWS_LIKE
|
||||
#include "CMSWindowsScreen.h"
|
||||
#include "CMSWindowsPrimaryScreen.h"
|
||||
#include "CArchMiscWindows.h"
|
||||
#include "CMSWindowsServerTaskBarReceiver.h"
|
||||
#include "resource.h"
|
||||
#undef DAEMON_RUNNING
|
||||
|
||||
Reference in New Issue
Block a user