mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
win-debug.hpp
Go to the documentation of this file.
1#if defined(_WIN32)
6#include <malloc.h>
7
8#include "../library-pch.hpp"
9#include "win.hpp"
10
11namespace mal_toolkit::debug
12{
13 // works only if there's no debugger attached to the process
14 void RedirectOutputDebugString(std::function<void(std::string_view)> const &);
15} // namespace mal_toolkit::debug
16#endif
Precompiled header (PCH) file for common headers used across the library.
Provides general Windows-specific utilities and includes necessary headers.