mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Merge 5db9c0d508
into 5e8beb3ab7
This commit is contained in:
commit
c87742a202
@ -14,6 +14,7 @@
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
#include <signal.h>
|
||||
|
@ -3,8 +3,13 @@
|
||||
/* (C)ChaN, 2018 */
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef _WIN32
|
||||
/* Windows will not define localtime_r for us unless we explicitly request it
|
||||
* with macros. */
|
||||
#define _POSIX_SOURCE
|
||||
#define _POSIX_THREAD_SAFE_FUNCTIONS
|
||||
#endif
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "ff.h"
|
||||
|
Loading…
Reference in New Issue
Block a user