From: John L. <jr...@us...> - 2006-09-05 21:48:15
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30388/wxLua/apps/wxluaedit/src Modified Files: wxledit.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: wxledit.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxledit.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxledit.h 8 Apr 2006 23:05:38 -0000 1.12 --- wxledit.h 5 Sep 2006 21:48:11 -0000 1.13 *************** *** 25,29 **** class WXDLLIMPEXP_WXLUA wxLuaState; class WXDLLIMPEXP_WXLUA wxLuaEvent; ! class WXDLLIMPEXP_WXLUA wxLuaConsole; // Note: If you get a compilation error on the next two lines you need to --- 25,29 ---- class WXDLLIMPEXP_WXLUA wxLuaState; class WXDLLIMPEXP_WXLUA wxLuaEvent; ! class wxLuaConsole; // Note: If you get a compilation error on the next two lines you need to *************** *** 82,86 **** //----------------------------------------------------------------------------- ! class WXDLLIMPEXP_WXLUA wxLuaShell : public wxSTEditorShell { public : --- 82,86 ---- //----------------------------------------------------------------------------- ! class wxLuaShell : public wxSTEditorShell { public : *************** *** 145,149 **** //----------------------------------------------------------------------------- ! class WXDLLIMPEXP_WXLUA wxLuaEditor : public wxSTEditor { public : --- 145,149 ---- //----------------------------------------------------------------------------- ! class wxLuaEditor : public wxSTEditor { public : *************** *** 216,220 **** }; ! class WXDLLIMPEXP_WXLUA wxLuaConsole : public wxWindow { public: --- 216,220 ---- }; ! class wxLuaConsole : public wxWindow { public: |