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:
Sam Lantinga 2024-01-23 09:00:02 -08:00
parent 9120fbd501
commit e3fb974fc7
2 changed files with 1 additions and 9 deletions

View file

@ -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;

View file

@ -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>