meson.build: compile Win32Main.cxx only on Windows

This commit is contained in:
Max Kellermann
2021-03-04 18:42:51 +01:00
parent 0cccdcf9b2
commit 5103eb3039
2 changed files with 6 additions and 6 deletions

View File

@@ -18,9 +18,6 @@
*/
#include "Main.hxx"
#ifdef _WIN32
#include "util/Compiler.h"
#include "Instance.hxx"
#include "system/FatalError.hxx"
@@ -155,5 +152,3 @@ void win32_app_stopping()
else
running.store(false);
}
#endif