mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 19:45:39 +00:00
- Fixed define for Windows time functions
This commit is contained in:
parent
4f5ae803fa
commit
4f229e5d83
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#if defined(_WIN32_WCE)
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in a new issue