mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
get rid of the incorrect CLOCK_MONOTONIC redefinition
This commit is contained in:
@ -54,7 +54,6 @@ const u8 kServerMAC[6] = {0x00, 0xAB, 0x33, 0x28, 0x99, 0x44};
|
|||||||
// https://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows
|
// https://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows
|
||||||
|
|
||||||
struct timespec { long tv_sec; long tv_nsec; };
|
struct timespec { long tv_sec; long tv_nsec; };
|
||||||
#define CLOCK_MONOTONIC 1312
|
|
||||||
|
|
||||||
int clock_gettime(int, struct timespec *spec)
|
int clock_gettime(int, struct timespec *spec)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user