[PATCH 15/22] ACPICA: MSVC: Fix inclusion order issue of .

2015-07-22 Thread Lv Zheng
ACPICA commit 49c6a6517a906900e9baa51ad5859beeb8a3089f The following error logs can be seen for calloc/free/malloc/realloc that defined in the stdlib.h: ...\stdlib.h(281) : error C2059: syntax error : ',' ...\stdlib.h(281) : error C2143: syntax error : missing ')' before 'constant'

[PATCH 15/22] ACPICA: MSVC: Fix inclusion order issue of crtdbg.h.

2015-07-22 Thread Lv Zheng
ACPICA commit 49c6a6517a906900e9baa51ad5859beeb8a3089f The following error logs can be seen for calloc/free/malloc/realloc that defined in the stdlib.h: ...\stdlib.h(281) : error C2059: syntax error : ',' ...\stdlib.h(281) : error C2143: syntax error : missing ')' before 'constant'