Update of /cvsroot/wxlua/wxLua/modules/wxbind/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26442/modules/wxbind/include
Modified Files:
wxlhtmlwin.h wxlprint.h
Log Message:
fixing WXDLLIMPEXP symbols
Index: wxlhtmlwin.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlhtmlwin.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wxlhtmlwin.h 17 Apr 2006 13:58:54 -0000 1.4
--- wxlhtmlwin.h 20 May 2006 14:00:47 -0000 1.5
***************
*** 16,19 ****
--- 16,20 ----
#include "wxlua/include/wxldefs.h"
#include "wxlua/include/wxlstate.h"
+ #include "wxbind/include/wxbinddefs.h"
#include "wx/print.h"
#include "wx/html/htmlwin.h"
***************
*** 27,31 ****
// ----------------------------------------------------------------------------
! class WXDLLIMPEXP_WXLUA wxLuaHtmlWindow : public wxHtmlWindow
{
public:
--- 28,32 ----
// ----------------------------------------------------------------------------
! class WXDLLIMPEXP_WXBIND wxLuaHtmlWindow : public wxHtmlWindow
{
public:
***************
*** 63,67 ****
// ----------------------------------------------------------------------------
! class WXDLLIMPEXP_WXLUA wxLuaHtmlWinTagEvent : public wxEvent
{
public:
--- 64,68 ----
// ----------------------------------------------------------------------------
! class WXDLLIMPEXP_WXBIND wxLuaHtmlWinTagEvent : public wxEvent
{
public:
***************
*** 90,94 ****
BEGIN_DECLARE_EVENT_TYPES()
! DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_WXLUA, wxEVT_HTML_TAG_HANDLER, 0)
END_DECLARE_EVENT_TYPES()
--- 91,95 ----
BEGIN_DECLARE_EVENT_TYPES()
! DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_WXBIND, wxEVT_HTML_TAG_HANDLER, 0)
END_DECLARE_EVENT_TYPES()
Index: wxlprint.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlprint.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wxlprint.h 7 Mar 2006 19:23:33 -0000 1.5
--- wxlprint.h 20 May 2006 14:00:47 -0000 1.6
***************
*** 16,19 ****
--- 16,20 ----
#include "wxlua/include/wxldefs.h"
#include "wxlua/include/wxlstate.h"
+ #include "wxbind/include/wxbinddefs.h"
#include "wx/print.h"
#include "wxluasetup.h"
***************
*** 27,31 ****
// ----------------------------------------------------------------------------
! class WXDLLIMPEXP_WXLUA wxLuaPrintout : public wxPrintout
{
public:
--- 28,32 ----
// ----------------------------------------------------------------------------
! class WXDLLIMPEXP_WXBIND wxLuaPrintout : public wxPrintout
{
public:
|