From: John L. <jr...@us...> - 2007-06-18 14:55:09
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1750/wxLua/modules/wxluadebug/include Modified Files: wxlstack.h Log Message: Fix compilation in MSW, add includes, etc Change genwxbind.lua to preserve the order of conditions, fifo instead of filo not sure why it reversed the order before, but it doesn't seem right. Index: wxlstack.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxlstack.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlstack.h 16 Jun 2007 06:21:47 -0000 1.3 --- wxlstack.h 18 Jun 2007 14:55:05 -0000 1.4 *************** *** 12,15 **** --- 12,16 ---- #include "wx/dialog.h" + #include "wx/listctrl.h" #include "wx/treectrl.h" |