mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 20:25:38 +00:00
Fixed ambiguity between std::byte and byte in rpcndr.h
Fixes https://github.com/libsdl-org/SDL/issues/8911 (cherry picked from commit a71f99c71f785e88db0b48599bb52ebe76e2b78e) (cherry picked from commit 9196584773219f43d0294623322ffe2af358690e)
This commit is contained in:
parent
9120fbd501
commit
e3fb974fc7
|
@ -20,12 +20,6 @@
|
||||||
*/
|
*/
|
||||||
#include "../../SDL_internal.h"
|
#include "../../SDL_internal.h"
|
||||||
|
|
||||||
/* Standard C++11 includes */
|
|
||||||
#include <functional>
|
|
||||||
#include <string>
|
|
||||||
#include <sstream>
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
/* Windows includes */
|
/* Windows includes */
|
||||||
#include "ppltasks.h"
|
#include "ppltasks.h"
|
||||||
using namespace concurrency;
|
using namespace concurrency;
|
||||||
|
|
|
@ -29,10 +29,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Standard C++11 includes */
|
/* Standard C++11 includes */
|
||||||
#include <functional>
|
|
||||||
#include <string>
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
using namespace std;
|
#include <string>
|
||||||
|
|
||||||
/* Windows includes */
|
/* Windows includes */
|
||||||
#include <agile.h>
|
#include <agile.h>
|
||||||
|
|
Loading…
Reference in a new issue