mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed unnecessary #if
This commit is contained in:
parent
3df81b07f3
commit
de696c1db6
|
@ -7,10 +7,9 @@
|
|||
#ifndef WINVER
|
||||
//Windows XP
|
||||
#define WINVER 0x0501
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
double get_time()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user