xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__build_type.hpp
Go to the documentation of this file.
1
3
#pragma once
5
#if !defined(__XTD_CORE_INTERNAL__)
6
#error "Do not include this file: Internal use only"
7
#endif
9
#include "
../build_type.hpp
"
10
12
#if DEBUG
13
# define __build_type xtd::build_type::debug;
14
#else
15
# define __build_type xtd::build_type::release;
16
#endif
build_type.hpp
Contains xtd::build_type enum class.
Generated on Sun Dec 14 2025 11:50:33 for xtd by
Gammasoft
. All rights reserved.