Fix. Undef forward declaration in the lceasy.h file.

This commit is contained in:
Alexey Melnichuk 2019-04-06 13:36:43 +03:00
parent e0b1d2ee3d
commit 3497febbe7

View File

@ -111,6 +111,9 @@ size_t lcurl_read_callback(lua_State *L,
#ifdef lcurl_mime_t
#undef lcurl_mime_t
#endif
#ifdef lcurl_url_t
#undef lcurl_url_t
#endif
#endif
#endif