This commit is contained in:
yangjiaxuan 2023-09-12 10:41:16 +08:00
parent 52c3f1f8be
commit ee59304466
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -21,7 +21,6 @@ enum oem
OEM_NEUTRAL,
OEM_DELI
};
//#define LISICHENG_SPECIAL
#define GET_ENUM_NAME_W(e, v) \
if(e == v) return L###e;
#define GET_ENUM_VALUE_W(e, v) \