From c74ec34da8dccc186db7b4fe5c9e679ba0ff53d1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 20 Jun 2018 10:25:39 +0200 Subject: [PATCH] windows.cfg: Add _TCHAR platform type. (#1291) _TCHAR is simply the same as TCHAR. Defined in tchar.h. More information about it: https://social.msdn.microsoft.com/Forums/vstudio/en-US/0073fa7b-5cf5-469c-978f-2961f9d4ecb2/tchar-vs-tchar?forum=vcgeneral --- cfg/windows.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index ecdca715f..d44eb67ca 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -831,6 +831,13 @@ + + + + + + +