|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
9#include "../build_type.hpp"
12#if !defined(NDEBUG) || defined(DEBUG)
13# define __build_type xtd::build_type::debug;
15# define __build_type xtd::build_type::release;