1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

win32 provide empty declaration for inline

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-03-03 07:21:30 +08:00
parent 71a8870fa2
commit ae1a8be61a

View file

@ -40,6 +40,7 @@ extern "C" {
#define strcasecmp stricmp
#define getdtablesize() 30000
#define inline
#ifdef __MINGW64__
#else