mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix no previous prototype for TimeFunction
This commit is contained in:
parent
b8bbf5d9f4
commit
468a9b96b7
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@ typedef LPVOID (WINAPI *p_MapViewOfFile) (HANDLE, DWORD, DWORD, DWORD, SIZE_T);
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (_WIN32)
|
||||||
|
DWORD TimeFunction(int requested_frequency);
|
||||||
|
#else
|
||||||
|
int TimeFunction(int requested_frequency);
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <conio.h>
|
#include <conio.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue