Update release

This commit is contained in:
vczh
2024-02-26 03:40:56 -08:00
parent 7c296af0f4
commit 9688e6bd4f
21 changed files with 3405 additions and 2837 deletions
+2 -6
View File
@@ -970,10 +970,6 @@ Metadata
Serialization
***********************************************************************/
SERIALIZE_ENUM(reflection::description::ITypeInfo::Decorator)
SERIALIZE_ENUM(reflection::description::TypeInfoHint)
SERIALIZE_ENUM(reflection::description::TypeDescriptorFlags)
BEGIN_SERIALIZATION(reflection::description::IdRange)
SERIALIZE(start)
SERIALIZE(count)
@@ -4728,8 +4724,8 @@ LoadPredefinedTypes
STRUCT_MEMBER(minute)
STRUCT_MEMBER(second)
STRUCT_MEMBER(milliseconds)
STRUCT_MEMBER(totalMilliseconds)
STRUCT_MEMBER(filetime)
STRUCT_MEMBER(osMilliseconds)
STRUCT_MEMBER(osInternal)
END_STRUCT_MEMBER(DateTime)
BEGIN_INTERFACE_MEMBER(IValueEnumerator)