mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-02-20 00:04:23 -05:00
- logger.cpp: use localtime_s on Windows (reversed arg order vs localtime_r) - process.hpp: drop constexpr on INVALID_PROCESS (INVALID_HANDLE_VALUE is a reinterpret_cast, not valid in constexpr context) - world_packets.hpp: push/pop ERROR macro around CharCreateResult enum to avoid clash with wingdi.h #define ERROR 0