diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 06:23:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 06:23:33 +0000 |
commit | 73a3c66b7e3164d2cbcc36d089a7a2c953919e04 (patch) | |
tree | c6f97a549f8737eec51e58ddaf7c59bc5e90a68d /x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h | |
parent | - Convert to new options framework (diff) |
Not supported upstream anymore, consider using more recent versions
Approved by: fjoe (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306418
Diffstat (limited to 'x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h')
-rw-r--r-- | x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h b/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h deleted file mode 100644 index f0fd474d8047..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- include/wx/wxchar.h.orig Sun Sep 15 21:19:48 2002 -+++ include/wx/wxchar.h Sat Oct 26 18:06:12 2002 -@@ -554,10 +554,10 @@ - #endif // wxUSE_WCHAR_T - - // checks whether the passed in pointer is NULL and if the string is empty --inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } -+WXDLLEXPORT inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } - - // safe version of strlen() (returns 0 if passed NULL pointer) --inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } -+WXDLLEXPORT inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } - - WXDLLEXPORT bool wxOKlibc(); // for internal use - |