From: John L. <jr...@us...> - 2006-09-20 04:24:30
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19032/wxLua/bindings/wxwidgets Modified Files: defsutil.i Log Message: add wxlua_check_version Index: defsutil.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/defsutil.i,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** defsutil.i 20 Sep 2006 04:07:37 -0000 1.28 --- defsutil.i 20 Sep 2006 04:24:27 -0000 1.29 *************** *** 312,315 **** --- 312,317 ---- %define %string WXLUA_VERSION_STRING + %function bool wxCHECK_WXLUA_VERSION(int major, int minor, int release) // actually a define + //----------------------------------------------------------------------------- // wxLua platform defines - FIXME add simple method wxPlatform returning unix, msw, ... |