From: John L. <jr...@us...> - 2008-01-15 14:24:51
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13604/src Modified Files: wxcore_wxlcore.cpp Log Message: Forward declare as extern WXDLLIMPEXP_DATA_BINDWXCORE(int) g_wxluatype_wxLuaPrintout; Index: wxcore_wxlcore.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxcore_wxlcore.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxcore_wxlcore.cpp 10 Jan 2008 23:06:27 -0000 1.1 --- wxcore_wxlcore.cpp 15 Jan 2008 14:24:47 -0000 1.2 *************** *** 25,29 **** // This lua tag is defined in bindings ! extern int g_wxluatype_wxLuaPrintout; // ---------------------------------------------------------------------------- --- 25,29 ---- // This lua tag is defined in bindings ! extern WXDLLIMPEXP_DATA_BINDWXCORE(int) g_wxluatype_wxLuaPrintout; // ---------------------------------------------------------------------------- |