Closed rogierschouten closed 7 years ago
Indeed, lovely generic lowercase-only name they managed to give a macro!
excpt.h:
#define exception_info (struct _EXCEPTION_POINTERS*)_exception_info
While fixing this, I stumbled upon more macro issues with MSVC; You'll need to compile with #define NOMINMAX
before including windows.h
. Otherwise it will pollute all code with lowercase macros min
and max
which conflicts with STL code.
I cannot compile my code if both Q and windows.h are included. Most likely there is a visual C++ reserved word used in exception.hpp
input:
output: