mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-15 00:41:57 +00:00
- oops, fix previous commit, that wasn't meant to be in there
This commit is contained in:
parent
54fba4d642
commit
e917cd0a2c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "zstring.h"
|
||||
|
||||
#if !defined _WIN32 && !defined __APPLE__ || (defined _WIN32 && !defined _M_ARM64)
|
||||
#if !defined _WIN32 && !defined __APPLE__
|
||||
|
||||
#ifdef NO_CLOCK_GETTIME
|
||||
class cycle_t
|
||||
|
|
Loading…
Reference in a new issue