From: Francesco M. <fr...@us...> - 2006-02-02 20:03:51
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17952/modules/wxbind/src Modified Files: wxluasetup.h Log Message: Added missing wxLUA_USE symbols to wxluasetup.h Index: wxluasetup.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxluasetup.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxluasetup.h 27 Jan 2006 23:01:43 -0000 1.3 --- wxluasetup.h 2 Feb 2006 20:03:43 -0000 1.4 *************** *** 28,31 **** --- 28,33 ---- #define wxLUA_USE_wxConfig 1 #define wxLUA_USE_wxCursor 1 + #define wxLUA_USE_wxCriticalSection 1 + #define wxLUA_USE_wxCriticalSectionLocker 1 #define wxLUA_USE_wxDataObject 1 #define wxLUA_USE_wxDateSpan 1 |