mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Compile on Windows
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
//
|
||||
// Created by loki on 6/5/19.
|
||||
//
|
||||
|
||||
#include "process.h"
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if ((BOOST_VERSION / 1000) >= 107)
|
||||
#define EXECUTOR(x) (x->get_executor())
|
||||
@@ -32,7 +35,6 @@ extern "C" {
|
||||
#include "thread_safe.h"
|
||||
#include "crypto.h"
|
||||
#include "input.h"
|
||||
#include "process.h"
|
||||
|
||||
#define IDX_START_A 0
|
||||
#define IDX_REQUEST_IDR_FRAME 0
|
||||
|
||||
Reference in New Issue
Block a user