CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
stacktrace.h
Go to the documentation of this file.
1#pragma once
2
36
37#include <cx/platform/base.h>
38
39#if defined(_WIN32)
40#include <cx/platform/win/win_stacktrace.h>
41#else
42//#include <cx/platform/unix/unix_stacktrace.h>
43#endif
44
Compiler and platform detection macros.