mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 06:44:27 +08:00
Fixed ambiguity between std::byte and byte in rpcndr.h
Fixes https://github.com/libsdl-org/SDL/issues/8911 (cherry picked from commita71f99c71f) (cherry picked from commit9196584773)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user