mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
get rid of the incorrect CLOCK_MONOTONIC redefinition
This commit is contained in:
parent
0db536c063
commit
1d6c9023ff
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ const u8 kServerMAC[6] = {0x00, 0xAB, 0x33, 0x28, 0x99, 0x44};
|
|||
// https://stackoverflow.com/questions/5404277/porting-clock-gettime-to-windows
|
||||
|
||||
struct timespec { long tv_sec; long tv_nsec; };
|
||||
#define CLOCK_MONOTONIC 1312
|
||||
|
||||
int clock_gettime(int, struct timespec *spec)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue