X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Flua%2Flibs.h;h=861cba9ed6cc4f054f0238c54226b95e552d0638;hb=d173264a9a2f8e31bf87a4292d41bc75dcc8076f;hp=608e1248862b277b4a8c6eb10bdcabc9b6601eb0;hpb=0b5239ff64190eec9fa3e47ed0d6dbf8d52d41bf;p=vlc diff --git a/modules/lua/libs.h b/modules/lua/libs.h index 608e124886..861cba9ed6 100644 --- a/modules/lua/libs.h +++ b/modules/lua/libs.h @@ -30,11 +30,11 @@ void luaopen_httpd( lua_State * ); void luaopen_input( lua_State * ); void luaopen_msg( lua_State * ); void luaopen_misc( lua_State * ); -void luaopen_net( lua_State * ); void luaopen_object( lua_State * ); void luaopen_osd( lua_State * ); void luaopen_playlist( lua_State * ); -void luaopen_sd( lua_State * ); +void luaopen_sd_sd( lua_State * ); +void luaopen_sd_intf( lua_State * ); void luaopen_stream( lua_State * ); void luaopen_strings( lua_State * ); void luaopen_variables( lua_State * ); @@ -45,7 +45,7 @@ void luaopen_gettext( lua_State * ); void luaopen_input_item( lua_State *L, input_item_t *item ); void luaopen_xml( lua_State *L ); void luaopen_equalizer( lua_State *L ); -#ifdef WIN32 +#ifdef _WIN32 void luaopen_win( lua_State *L ); #endif