mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Added all of enet lib, changed Cmake files accordingly
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user