1 2 3 4 5 6 7 8
#ifndef LPEG #define LPEG #define LPEGLIBNAME "lpeg" LUALIB_API int luaopen_lpeg (lua_State *L); #endif