- windows: create stub functions for the crash logger for ARM. this invites the possibility, hopefully, that if someone is inclined, to actually make one. it also cleans up the code a little bit for intel.

This commit is contained in:
Rachael Alexanderson 2021-01-01 20:52:10 -05:00
commit 54fba4d642
3 changed files with 8 additions and 7 deletions

View file

@ -36,7 +36,7 @@
#include "zstring.h"
#if !defined _WIN32 && !defined __APPLE__
#if !defined _WIN32 && !defined __APPLE__ || (defined _WIN32 && !defined _M_ARM64)
#ifdef NO_CLOCK_GETTIME
class cycle_t