mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-18 00:07:30 -05:00
Fixes swprintf_s issues hopefully.
Also fixed an include not using correct caps. According to: http://connect.microsoft.com/VisualStudio/feedback/details/646532
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include <list>
|
||||
#include <d3dx9.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#include "StringUtil.h"
|
||||
#include "Common.h"
|
||||
@@ -57,6 +56,9 @@
|
||||
#include "FPSCounter.h"
|
||||
#include "ConfigManager.h"
|
||||
|
||||
#include <strsafe.h>
|
||||
|
||||
|
||||
namespace DX9
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user