It needs to go in sam3a
This commit is contained in:
@ -63,7 +63,6 @@
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <mach/mach_time.h>
|
||||
#include <netinet/tcp.h>
|
||||
uint32_t TickCount() {
|
||||
uint64_t mat = mach_absolute_time();
|
||||
uint32_t mul = 0x80d9594e;
|
||||
|
@ -63,8 +63,7 @@
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <mach/mach_time.h>
|
||||
|
||||
#include <mach/mach_time.h>
|
||||
#include <netinet/tcp.h>
|
||||
uint32_t TickCount() {
|
||||
uint64_t mat = mach_absolute_time();
|
||||
uint32_t mul = 0x80d9594e;
|
||||
|
Reference in New Issue
Block a user