1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Add support for midipix, a POSIX layer for Microsoft Windows

Signed-off-by: Ørjan Malde <orjan.malde@foxi.me>
This commit is contained in:
Ørjan Malde
2020-05-20 09:32:39 +00:00
committed by Ørjan
parent 5eae4dd08e
commit 479d8de31d
4 changed files with 7 additions and 5 deletions

View File

@ -40,7 +40,7 @@
#if !defined(unix) && !defined(__unix__) && !defined(__unix) && \
!defined(__APPLE__) && !defined(_WIN32) && !defined(__QNXNTO__) && \
!defined(__HAIKU__)
!defined(__HAIKU__) && !defined(__midipix__)
#error "This module only works on Unix and Windows, see MBEDTLS_TIMING_C in config.h"
#endif