Skip to content

Commit

Permalink
Update implicit_using_namespaces.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 30, 2024
1 parent 464bf6c commit af74b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/xtd.core/include/xtd/implicit_using_namespaces.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ __using_namespace__(xtd::threading);
__using_namespace__(xtd::threading::tasks);
#endif

#if __XTD_CURRENT_TARGET_ID__ == __CMAKE_TARGET_ID_TEST_APPLICATION__
__using_namespace__(xtd::tunit);
#endif

#if __XTD_CURRENT_TARGET_ID__ == __XTD_TARGET_ID_GUI_APPLICATION__ || __XTD_CURRENT_TARGET_ID__ == __XTD_TARGET_ID_UNKNOWN__
__using_namespace__(xtd::drawing);
__using_namespace__(xtd::forms);
#endif

#if __XTD_CURRENT_TARGET_ID__ == __CMAKE_TARGET_ID_TEST_APPLICATION__
__using_namespace__(xtd::tunit);
#endif

#undef __using_namespace__
#endif
/// @endcond

0 comments on commit af74b47

Please sign in to comment.