*fixed a compiling issue.
This commit is contained in:
parent
dbd7acdc9d
commit
789019fb4a
@ -43,7 +43,6 @@
|
||||
#endif /* MB_CP_ARDUINO */
|
||||
#ifdef MB_CP_VC
|
||||
# include <conio.h>
|
||||
# include <locale.h>
|
||||
# include <malloc.h>
|
||||
# include <Windows.h>
|
||||
#else /* MB_CP_VC */
|
||||
|
@ -33,7 +33,6 @@
|
||||
#ifdef MB_CP_VC
|
||||
# include <conio.h>
|
||||
# include <crtdbg.h>
|
||||
# include <locale.h>
|
||||
# include <Windows.h>
|
||||
#elif !defined MB_CP_BORLANDC && !defined MB_CP_TCC
|
||||
# include <unistd.h>
|
||||
@ -48,6 +47,7 @@
|
||||
# include <sys/time.h>
|
||||
#endif /* MB_CP_CLANG */
|
||||
#include <assert.h>
|
||||
#include <locale.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user