mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Start producing nightly builds of ecode for Linux and Windows, macOS pending (issue SpartanJ/ecode#228)
This commit is contained in:
@@ -212,6 +212,18 @@ Process::createWithPseudoTerminal( const std::string& program, const std::vector
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#define NTDDI_VERSION NTDDI_WIN10_RS5
|
||||
#ifdef _WIN32_WINDOWS
|
||||
#undef _WIN32_WINDOWS
|
||||
#endif
|
||||
#ifdef _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#ifdef WINVER
|
||||
#undef WINVER
|
||||
#endif
|
||||
#define _WIN32_WINDOWS 0x0602
|
||||
#define _WIN32_WINNT 0x0602
|
||||
#define WINVER 0x0602
|
||||
#include <windows.h>
|
||||
|
||||
using namespace EE;
|
||||
|
||||
@@ -26,6 +26,18 @@
|
||||
using namespace EE::System;
|
||||
|
||||
#define NTDDI_VERSION NTDDI_WIN10_RS5
|
||||
#ifdef _WIN32_WINDOWS
|
||||
#undef _WIN32_WINDOWS
|
||||
#endif
|
||||
#ifdef _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#ifdef WINVER
|
||||
#undef WINVER
|
||||
#endif
|
||||
#define _WIN32_WINDOWS 0x0602
|
||||
#define _WIN32_WINNT 0x0602
|
||||
#define WINVER 0x0602
|
||||
#include <comdef.h>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user