diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
commit | d164e5eed292f9d38bcae24ae5a022d4398498fb (patch) | |
tree | 0624ea58421e1b1ee60ff22ecb3eff4e2b60f382 /x11-toolkits/wxgtk/files/patch-include::wx::wxchar.h | |
parent | Relinquish maintainership back to ports@. Hopefully someone will give gnucash (diff) |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*
Notes
Notes:
svn path=/head/; revision=135139
Diffstat (limited to 'x11-toolkits/wxgtk/files/patch-include::wx::wxchar.h')
-rw-r--r-- | x11-toolkits/wxgtk/files/patch-include::wx::wxchar.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/wxgtk/files/patch-include::wx::wxchar.h b/x11-toolkits/wxgtk/files/patch-include::wx::wxchar.h deleted file mode 100644 index f0fd474d8047..000000000000 --- a/x11-toolkits/wxgtk/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 - |