|
@@ -158,6 +158,8 @@ EXPORT os_inhibit_t *os_inhibit_sleep_create(const char *reason);
|
|
|
EXPORT bool os_inhibit_sleep_set_active(os_inhibit_t *info, bool active);
|
|
|
EXPORT void os_inhibit_sleep_destroy(os_inhibit_t *info);
|
|
|
|
|
|
+EXPORT void os_breakpoint(void);
|
|
|
+
|
|
|
#ifdef _MSC_VER
|
|
|
#define strtoll _strtoi64
|
|
|
#if _MSC_VER < 1900
|