basically finish dialog helper

This commit is contained in:
2024-04-29 15:48:10 +08:00
parent c9152bffa8
commit 7258c4c92b
7 changed files with 245 additions and 64 deletions

View File

@ -3,12 +3,9 @@
#if YYCC_OS == YYCC_OS_WINDOWS
// Windows also will generate following macros
// which may cause the function sign is different in Windows and other platforms.
// So we simply remove them.
#undef GetObject
#undef GetClassName
#undef LoadImage
#undef GetTempPath
// Define 2 macros to disallow Windows generate MIN and MAX macros
// which cause std::min and std::max can not function as normal.
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#endif