Browse Source

Fixed ambiguity between std::byte and byte in rpcndr.h

Fixes https://github.com/libsdl-org/SDL/issues/8911
Sam Lantinga 1 year ago
parent
commit
a71f99c71f
2 changed files with 0 additions and 8 deletions
  1. 0 6
      src/core/winrt/SDL_winrtapp_direct3d.cpp
  2. 0 2
      src/video/winrt/SDL_winrtvideo.cpp

+ 0 - 6
src/core/winrt/SDL_winrtapp_direct3d.cpp

@@ -20,12 +20,6 @@
 */
 #include "SDL_internal.h"
 
-/* Standard C++11 includes */
-#include <functional>
-#include <string>
-#include <sstream>
-using namespace std;
-
 /* Windows includes */
 #include "ppltasks.h"
 using namespace concurrency;

+ 0 - 2
src/video/winrt/SDL_winrtvideo.cpp

@@ -29,10 +29,8 @@
  */
 
 /* Standard C++11 includes */
-#include <functional>
 #include <sstream>
 #include <string>
-using namespace std;
 
 /* Windows includes */
 #include <agile.h>