From eeda8241adf2257ead69142d0af8626f52b9a326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A5=B6=E5=85=88=E5=AE=8F?= Date: Thu, 20 May 2021 08:43:34 +0800 Subject: [PATCH] Update object.h --- include/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/object.h b/include/object.h index 8a4cfd6..65dcc06 100644 --- a/include/object.h +++ b/include/object.h @@ -68,7 +68,7 @@ typedef void (*OVOIDFUNCPTR)(); #ifndef _ASMLANGUAGE -typedef const Ouint32_t* IIDTYPE; +typedef Ouint32_t* IIDTYPE; /* 判断GUID相等时,应比较它们的16字节是否一致 */ -- GitLab