diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2003-11-09 19:24:24 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-09 19:24:24 +0000 |
| commit | fbb3ed0f65b628c2f181ed1183eb02a944b66dc5 (patch) | |
| tree | af4b697e1b14a85ea2201b546fdbc9b8f806da61 /x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h | |
| parent | Update to 2.4.2. (diff) | |
x11-toolkits/wxgtk was updated to this version.
Diffstat (limited to 'x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h')
| -rw-r--r-- | x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h b/x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h deleted file mode 100644 index f0fd474d8047..000000000000 --- a/x11-toolkits/wxgtk-devel/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 - |
