kicad/thirdparty/sentry-native/src/sentry_os.h

9 lines
138 B
C

#ifndef SENTRY_OS_H_INCLUDED
#define SENTRY_OS_H_INCLUDED
#include "sentry_boot.h"
sentry_value_t sentry__get_os_context(void);
#endif