Oops, included a windows only header in non-windows builds.
This commit is contained in:
parent
9dabd425a5
commit
a6cb8769ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue