Revert to last commit, as msvc is stuck in the last millenium

This commit is contained in:
vrld
2011-02-22 11:15:27 +01:00
parent 08259a4a0e
commit a13b792a5c
7 changed files with 8054 additions and 17 deletions
@@ -1050,7 +1050,7 @@ namespace opengl
luax_register_module(L, w);
if (luaL_loadbuffer(L, graphics_lua.c_str(), graphics_lua.size(), "graphics.lua") == 0)
if (luaL_loadbuffer(L, (const char *)graphics_lua, sizeof(graphics_lua), "graphics.lua") == 0)
lua_call(L, 0, 0);
return 0;