mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
More include juggling.
This commit is contained in:
parent
ca326971a4
commit
c380bd6587
@ -32,8 +32,6 @@
|
||||
|
||||
#include "core/containers/local_vector.h"
|
||||
|
||||
#include "os_windows.h"
|
||||
|
||||
// TODO clean these up
|
||||
#include <wchar.h>
|
||||
#include <avrt.h>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user