added prefix or postfix

This commit is contained in:
2023-06-06 15:07:25 +08:00
parent add5fe2372
commit a24c48bf86
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ namespace hgl
* 全部Windows所支持代码页请参见 http://msdn.microsoft.com/en-us/library/dd317756
* https://docs.microsoft.com/en-us/windows/win32/intl/code-page-identifiers
*/
enum class CharCodePage ///代码页枚举
enum class CharCodePage:uint16 ///代码页枚举
{
NONE=0, ///<起始定义,无意义