Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/aixlog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
#endif

#ifdef _WIN32
// Prevent name collisions with Windows.h macros
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <Windows.h>
// ERROR macro is defined in Windows header
// To avoid conflict between these macro and declaration of ERROR / DEBUG in SEVERITY enum
Expand Down