File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
/* string functions */
36
36
#define osal_insensitive_strcmp (x , y ) _stricmp(x, y)
37
- #define snprintf _snprintf
37
+ #if _MSC_VER < 1900
38
+ #define snprintf _snprintf
39
+ #endif
38
40
#define strdup _strdup
39
41
40
42
/* for isnan() */
Original file line number Diff line number Diff line change 224
224
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
225
225
<ConfigurationType >StaticLibrary</ConfigurationType >
226
226
<UseDebugLibraries >true</UseDebugLibraries >
227
- <PlatformToolset >v120_xp </PlatformToolset >
227
+ <PlatformToolset >v140_xp </PlatformToolset >
228
228
<CharacterSet >Unicode</CharacterSet >
229
229
</PropertyGroup >
230
230
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
231
231
<ConfigurationType >StaticLibrary</ConfigurationType >
232
232
<UseDebugLibraries >false</UseDebugLibraries >
233
- <PlatformToolset >v120_xp </PlatformToolset >
233
+ <PlatformToolset >v140_xp </PlatformToolset >
234
234
<CharacterSet >Unicode</CharacterSet >
235
235
</PropertyGroup >
236
236
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
You can’t perform that action at this time.
0 commit comments