]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
a small cosmetic fix for single choice dialog
[wxWidgets.git] / include / wx / utils.h
index 02ce0c40991738498ce7584f4774d961e3e5309a..4a11fd3316118ec73768f189790ebf211e5ce25c 100644 (file)
@@ -196,6 +196,7 @@ WXDLLEXPORT wxString wxGetHostName();
 
 // Get FQDN
 WXDLLEXPORT wxString wxGetFullHostName();
+WXDLLEXPORT bool wxGetFullHostName(wxChar *buf, int maxSize);
 
 // Get user ID e.g. jacs (this is known as login name under Unix)
 WXDLLEXPORT bool wxGetUserId(wxChar *buf, int maxSize);