From: John L. <jr...@us...> - 2006-09-05 21:48:15
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30388/wxLua/modules/wxluadebug/include Modified Files: staktree.h Log Message: cleanup #includes to ensure that defs get included first fix DLLIMPEXP for the modules to correctly use the right one per module Index: staktree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** staktree.h 4 Sep 2006 18:07:55 -0000 1.9 --- staktree.h 5 Sep 2006 21:48:11 -0000 1.10 *************** *** 19,23 **** class WXDLLIMPEXP_WXLUADEBUG wxLuaStackDataWindow; - class WXDLLIMPEXP_WXLUADEBUG wxLuaDebugServer; class WXDLLIMPEXP_WXLUADEBUG wxLuaInterface; class WXDLLIMPEXP_WXLUADEBUG wxLuaDebugData; --- 19,22 ---- |