From: John L. <jr...@us...> - 2006-12-12 01:23:43
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16152/wxLua/modules/wxbind/include Modified Files: wxlhtmlwin.h wxlprint.h Log Message: remove all #pragma interface since they are no longer needed Index: wxlhtmlwin.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlhtmlwin.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxlhtmlwin.h 20 May 2006 14:00:47 -0000 1.5 --- wxlhtmlwin.h 12 Dec 2006 01:23:40 -0000 1.6 *************** *** 10,17 **** #define WX_LUA_HTML_WINDOW_H - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "wxlhtmlwin.h" - #endif - #include "wxlua/include/wxldefs.h" #include "wxlua/include/wxlstate.h" --- 10,13 ---- Index: wxlprint.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlprint.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** wxlprint.h 20 May 2006 14:00:47 -0000 1.6 --- wxlprint.h 12 Dec 2006 01:23:40 -0000 1.7 *************** *** 10,17 **** #define WX_LUA_PRINTING_H - #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "wxlprint.h" - #endif - #include "wxlua/include/wxldefs.h" #include "wxlua/include/wxlstate.h" --- 10,13 ---- |