Don't try to use IS_xxx platform macros in cryptlib
This commit is contained in:
parent
fb1f751488
commit
1c8ec94fd2
|
@ -9,7 +9,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if IS_MINT || IS_DOS_DJGPP // has memory.h, but memset defined in string.h anyway.
|
#if defined(__MINT__) || defined(__DJGPP__)
|
||||||
|
// OS has memory.h, but memset defined in string.h anyway.
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue