mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Added all of enet lib, changed Cmake files accordingly
This commit is contained in:
parent
a629555e6b
commit
619a3a5171
36 changed files with 3868 additions and 80 deletions
3
Externals/enet/win32.c
vendored
3
Externals/enet/win32.c
vendored
|
@ -4,10 +4,11 @@
|
|||
*/
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <time.h>
|
||||
#define ENET_BUILDING_LIB 1
|
||||
#include "enet/enet.h"
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
static enet_uint32 timeBase = 0;
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue