prepare dev for CKGroup

This commit is contained in:
2023-08-31 21:54:25 +08:00
parent 4c741ae778
commit 3755a2e148
11 changed files with 212 additions and 6 deletions

View File

@ -7,6 +7,10 @@
#if defined(LIBCMO_OS_WIN32)
#include <Windows.h>
#include <fileapi.h>
// disable annoy macro at the same time
#undef GetObject
#undef GetClassName
#undef LoadImage
#else
#include <iconv.h>
#endif