Update of /cvsroot/wxlua/wxLua/modules/wxbind/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26124/wxbind/src
Modified Files:
wxhtml_wxlhtmlwin.cpp
Log Message:
Need WXDLLEXP symbol when using extern int ..., just include header.
Index: wxhtml_wxlhtmlwin.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxhtml_wxlhtmlwin.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxhtml_wxlhtmlwin.cpp 19 Jul 2007 03:09:46 -0000 1.2
--- wxhtml_wxlhtmlwin.cpp 31 Jul 2007 23:30:57 -0000 1.3
***************
*** 21,34 ****
#include "wxbind/include/wxhtml_wxlhtmlwin.h"
//#include "wxlua/include/wxlcallb.h"
#if wxLUA_USE_wxHTML
- // These are the wxLua tags defined in wxbind
- extern int s_wxluatag_wxLuaHtmlWindow;
- extern int s_wxluatag_wxHtmlCell;
- extern int s_wxluatag_wxMouseEvent;
- extern int s_wxluatag_wxHtmlLinkInfo;
-
DEFINE_EVENT_TYPE(wxEVT_HTML_TAG_HANDLER)
--- 21,30 ----
#include "wxbind/include/wxhtml_wxlhtmlwin.h"
+ #include "wxbind/include/wxhtml_bind.h"
+
//#include "wxlua/include/wxlcallb.h"
#if wxLUA_USE_wxHTML
DEFINE_EVENT_TYPE(wxEVT_HTML_TAG_HANDLER)
|