Fix windows naming issue with assert

This commit is contained in:
Lion Kortlepel
2020-11-03 12:10:08 +01:00
parent e986df0579
commit 801ea3f777
9 changed files with 10 additions and 10 deletions

View File

@@ -706,7 +706,7 @@
** Define it as a help when debugging C code.
*/
#if defined(LUA_USE_APICHECK)
#include <assert.h>
#include <CustomAssert.h>
#define luai_apicheck(l,e) assert(e)
#endif