Visual C++ 8 warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9a74c3a918
commit
df83cef573
6 changed files with 15 additions and 6 deletions
|
|
@ -23,11 +23,11 @@ the two modules are now linked together, and all can now find
|
|||
both Foo and Bar.
|
||||
*/
|
||||
|
||||
#include "swigluarun.h" // the swig runtimes
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "swigluarun.h" // the swig runtimes
|
||||
|
||||
// the 2 libraries which are wrappered via SWIG
|
||||
extern "C" int luaopen_example(lua_State*L);
|
||||
extern "C" int luaopen_example2(lua_State*L);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue