brofield/simpleini

error: C2440: '=': cannot convert from 'const char *' to 'const TCHAR *' with VS2015

Closed this issue · 1 comments

I get following error when compiling with VS2015:

testsi.cpp:51: error: C2440: '=': cannot convert from 'const char *' to 'const TCHAR *'

I am happy to apply an appropriate patch for the issue if you will supply one.