From 98b431843b67a46cab486128111ca89856273b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 20 Dec 2015 05:42:20 +0000 Subject: Steam: Use std::tstring instead of std::wstring git-svn-id: http://svn.miranda-ng.org/main/trunk@15909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/stdafx.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'protocols/Steam/src/stdafx.h') diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 992b168ccb..da39bcaed8 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -6,6 +6,11 @@ #include #include +#include +#include +#include +#include + #include #include #include @@ -30,11 +35,7 @@ #include #include #include - -#include -#include -#include -#include +#include #include "resource.h" #include "version.h" -- cgit v1.2.3