From: John L. <jr...@us...> - 2006-09-05 21:48:16
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30388/wxLua/modules/wxluasocket/include Modified Files: wxldbgio.h wxldserv.h wxlhandl.h wxluasocketdefs.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: wxlhandl.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxlhandl.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxlhandl.h 20 May 2006 19:57:59 -0000 1.5 --- wxlhandl.h 5 Sep 2006 21:48:11 -0000 1.6 *************** *** 16,24 **** #endif - #include "wxluasocket/include/wxluasocketdefs.h" #include "wx/thread.h" class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugEvent; ! class WXDLLIMPEXP_WXLUASOCKET wxLuaStackDialog; // ---------------------------------------------------------------------------- --- 16,24 ---- #endif #include "wx/thread.h" + #include "wxluasocket/include/wxluasocketdefs.h" class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugEvent; ! class WXDLLIMPEXP_WXLUADEBUG wxLuaStackDialog; // ---------------------------------------------------------------------------- Index: wxldserv.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxldserv.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wxldserv.h 20 May 2006 19:57:59 -0000 1.8 --- wxldserv.h 5 Sep 2006 21:48:11 -0000 1.9 *************** *** 22,26 **** class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugServer; class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugEvent; ! class WXDLLIMPEXP_WXLUASOCKET wxLuaStackDialog; // ---------------------------------------------------------------------------- --- 22,26 ---- class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugServer; class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugEvent; ! class WXDLLIMPEXP_WXLUADEBUG wxLuaStackDialog; // ---------------------------------------------------------------------------- Index: wxldbgio.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxldbgio.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxldbgio.h 20 May 2006 19:57:59 -0000 1.3 --- wxldbgio.h 5 Sep 2006 21:48:11 -0000 1.4 *************** *** 16,20 **** #include "wxluasocket/include/wxluasocketdefs.h" ! class WXDLLIMPEXP_WXLUASOCKET wxLuaDebugData; class WXDLLIMPEXP_WXLUASOCKET wxLuaSocket; --- 16,20 ---- #include "wxluasocket/include/wxluasocketdefs.h" ! class WXDLLIMPEXP_WXLUADEBUG wxLuaDebugData; class WXDLLIMPEXP_WXLUASOCKET wxLuaSocket; Index: wxluasocketdefs.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocketdefs.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxluasocketdefs.h 4 Sep 2006 18:07:55 -0000 1.3 --- wxluasocketdefs.h 5 Sep 2006 21:48:11 -0000 1.4 *************** *** 16,19 **** --- 16,20 ---- #include "wxlua/include/wxldefs.h" + #include "wxluadebug/include/wxluadebugdefs.h" // ---------------------------------------------------------------------------- |