Update release

This commit is contained in:
vczh
2024-02-03 19:39:57 -08:00
parent f6df121c90
commit 955d77ba4a
16 changed files with 5489 additions and 111 deletions
+3 -3
View File
@@ -2695,7 +2695,7 @@ ControllerListener
d3d11Device = CreateD3D11Device(D3D_DRIVER_TYPE_WARP);
}
}
#if _DEBUG
#ifdef _DEBUG
CHECK_ERROR(d3d11Device,
L"Direct2DWindowsNativeControllerListener::NativeWindowCreated(INativeWindow*)#"
L"Failed to create Direct3D 11 Device. "
@@ -14364,7 +14364,7 @@ WindowsInputService
WindowsInputService::WindowsInputService()
:ownerHandle(NULL)
,isTimerEnabled(false)
,keyNames(146)
,keyNames((vint)VKEY::KEY_MAXIMUM)
{
InitializeKeyNames();
}
@@ -14415,7 +14415,7 @@ WindowsInputService
}
else
{
return L"?";
return WString::Unmanaged(L"?");
}
}
+2098 -76
View File
File diff suppressed because it is too large Load Diff
+1017 -29
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-1
View File
@@ -4555,7 +4555,6 @@ Author: Zihan Chen (vczh)
Licensed under https://github.com/vczh-libraries/License
***********************************************************************/
#include <limits.h>
namespace vl
{
+1 -2
View File
@@ -2832,9 +2832,8 @@ Licensed under https://github.com/vczh-libraries/License
#ifndef VCZH_REFLECTION_TYPES_TYPEDVALUESERIALIZERPROVIDER
#define VCZH_REFLECTION_TYPES_TYPEDVALUESERIALIZERPROVIDER
#ifdef VCZH_GCC
#include <limits.h>
#include <float.h>
#endif
namespace vl
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.