- Got rid of warnings
- Fixed locale problems (?) - Fixed newlines of rege_dfa.c git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -85,6 +85,8 @@ typedef long celt; /* type to hold chr, MCCE number, or
|
||||
#define iscdigit(x) wx_isdigit(x)
|
||||
#define iscspace(x) wx_isspace(x)
|
||||
|
||||
extern int wx_strlen(const wx_wchar* szString);
|
||||
|
||||
/* and pick up the standard header */
|
||||
#include "regex.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user