mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 17:24:26 +01:00
parent
b3e014cffc
commit
840046aa8c
@ -36,7 +36,7 @@
|
|||||||
* This is not a good example for general use. This programs has the specific
|
* This is not a good example for general use. This programs has the specific
|
||||||
* goal of minimizing use of the libc functions on full-blown OSes.
|
* goal of minimizing use of the libc functions on full-blown OSes.
|
||||||
*/
|
*/
|
||||||
#if defined(unix) || defined(__unix__) || defined(__unix)
|
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(__APPLE__)
|
||||||
#define UNIX
|
#define UNIX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user