]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/utilsres.cpp
fixed solaris gethostname() prototype
[wxWidgets.git] / src / gtk1 / utilsres.cpp
index 7c9521fdc947c3168a684c20971cac3dcebfcc9b..7572d1c723ea05285e9a77fb8b9d44a8fc1471c8 100644 (file)
@@ -42,7 +42,7 @@
 #ifdef __SUN__
 #   define DEFAULT_XRESOURCE_DIR wxT("/usr/openwin/lib/app-defaults")
 // prototype missing in header files on Solaris 2.5
-extern int gethostname(char *name, size_t len);
+extern "C" { int gethostname(char *name, size_t len); }
 #else
 #   define DEFAULT_XRESOURCE_DIR wxT("/usr/lib/X11/app-defaults")
 #endif