More include juggling.

This commit is contained in:
Relintai 2023-09-10 14:59:32 +02:00
parent ca326971a4
commit c380bd6587
2 changed files with 1 additions and 13 deletions

View File

@ -32,8 +32,6 @@
#include "core/containers/local_vector.h"
#include "os_windows.h"
// TODO clean these up
#include <wchar.h>
#include <avrt.h>

View File

@ -33,17 +33,7 @@
#include "core/os/sub_process.h"
// TODO clean these up
#include <dwmapi.h>
#include <fcntl.h>
#include <io.h>
#include <shellapi.h>
#include <stdio.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <windowsx.h>
typedef HANDLE(WINAPI *WTOpenPtr)(HWND p_window, LOGCONTEXTW *p_ctx, BOOL p_enable);
#include "os_windows.h"
class SubProcessWindows : public SubProcess {
public: