mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- fix missing prototype in Linux
This commit is contained in:
parent
7f9df12431
commit
5870ec2e7a
1 changed files with 1 additions and 1 deletions
|
@ -18,9 +18,9 @@ void D_ConfirmSendStats()
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
extern const char* sys_ostype;
|
extern const char* sys_ostype;
|
||||||
#else
|
#else
|
||||||
|
extern FString sys_ostype;
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
extern FString sys_ostype;
|
|
||||||
#else // !__APPLE__
|
#else // !__APPLE__
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#endif // __APPLE__
|
#endif // __APPLE__
|
||||||
|
|
Loading…
Reference in a new issue