cwCommon.h : Added kDataCorruptRC.

This commit is contained in:
kevin 2023-11-14 07:51:50 -05:00
parent f68e98082c
commit ce55c64a3b

View File

@ -47,7 +47,8 @@ namespace cw
kInvalidStateRC, // 28
kTypeMismatchRC, // 29
kNotImplementedRC, // 30
kBaseAppRC // 31
kDataCorruptRC, // 31
kBaseAppRC // 32
} cwRC_t;
typedef unsigned rc_t;