Microsoft declares all identifiers starting with underscore _ as internal to MSVC. Thus, we should either use defined(DEBUG) or !defined(NDEBUG) to distinguish Debug and Release builds. Signed-off-by: Simon Rozman <simon@rozman.si>
Microsoft declares all identifiers starting with underscore _ as internal to MSVC. Thus, we should either use defined(DEBUG) or !defined(NDEBUG) to distinguish Debug and Release builds. Signed-off-by: Simon Rozman <simon@rozman.si>