EgtMachKernel 2.1a1 :

- ricompilata con VS 2017 (x32 come VS2013_XP, x64 come VS2017).
This commit is contained in:
Dario Sassi
2019-01-16 17:51:23 +00:00
parent d7901abd69
commit 8893528201
3 changed files with 6 additions and 5 deletions
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{0BD58222-92F3-48B2-B656-4497D1956874}</ProjectGuid>
<RootNamespace>EgtMachKernel</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -32,7 +33,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120_xp</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
@@ -45,7 +46,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120_xp</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
+3 -3
View File
@@ -7,10 +7,10 @@
#include "/EgtDev/Include/EgtTargetVer.h"
#include <stdio.h>
#include <cstdio>
#include <tchar.h>
#include <float.h>
#include <math.h>
#include <cfloat>
#include <cmath>
// in Debug riconoscimento memory leakage
#if defined( _DEBUG)