diff options
| author | Matthew Parlane <parlane@gmail.com> | 2012-12-23 20:25:11 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2012-12-23 20:25:11 +1300 |
| commit | e3eebdf5911cb89c846edfe9a6eb3dfda790ff2b (patch) | |
| tree | 77cac5d1f4a782081c55fb63e0a2bd4aa388a273 /Source/Plugins/Plugin_VideoDX11/Src/Render.cpp | |
| parent | 089434b719750b4fc3e173b0cb2a25d6021ec377 (diff) | |
Fixes swprintf_s issues hopefully.
Also fixed an include not using correct caps.
According to:
http://connect.microsoft.com/VisualStudio/feedback/details/646532
Diffstat (limited to 'Source/Plugins/Plugin_VideoDX11/Src/Render.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoDX11/Src/Render.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoDX11/Src/Render.cpp b/Source/Plugins/Plugin_VideoDX11/Src/Render.cpp index fb4a07e31e..830f16a9f6 100644 --- a/Source/Plugins/Plugin_VideoDX11/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoDX11/Src/Render.cpp @@ -16,7 +16,6 @@ // http://code.google.com/p/dolphin-emu/ #include <math.h> -#include <strsafe.h> #include "Timer.h" @@ -46,6 +45,7 @@ #include "AVIDump.h" #include "FPSCounter.h" #include "ConfigManager.h" +#include <strsafe.h> namespace DX11 { |
