]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / utils.h
index 02358570769f076e30cf8a81f67c4d8a177eaab5..a737731cace3befbc23e959df69cb6e466dca3dd 100644 (file)
@@ -86,6 +86,10 @@ WXDLLEXPORT int wxGetOsVersion(int *majorVsn = (int *) NULL,
 // Return a string with the current date/time
 WXDLLEXPORT wxString wxNow();
 
+// Return path where wxWindows is installed (mostly useful in Unices)
+WXDLLEXPORT const wxChar *wxGetInstallPrefix();
+
+
 #if wxUSE_GUI
 // Don't synthesize KeyUp events holding down a key and producing
 // KeyDown events with autorepeat. On by default and always on