From: John L. <jr...@us...> - 2006-06-08 03:22:15
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13925/wxLua/modules/wxluasocket/include Modified Files: wxluasocket_bind.h Log Message: add hook_cpp_binding_post_includes to the genwxbind rules files to appending arbitrary C code to the bindings Index: wxluasocket_bind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocket_bind.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxluasocket_bind.h 24 May 2006 04:53:46 -0000 1.1 --- wxluasocket_bind.h 8 Jun 2006 03:22:11 -0000 1.2 *************** *** 9,14 **** #define __HOOK_WXLUA_wxluasocket_H__ - #include "wxlua/include/internal.h" - #include "wx/defs.h" #include "wxluasocket/include/wxluasocketdefs.h" --- 9,12 ---- *************** *** 22,25 **** --- 20,27 ---- #endif + #include "wxlua/include/wxlstate.h" + #include "wxlua/include/wxlbind.h" + #include "wxlua/include/internal.h" + // binding class class wxLuaBinding_wxluasocket : public wxLuaBinding |