#else // non-MSVC non-Mac
// Not sure if other compilers have _tenviron so use the (more standard)
// ANSI version only for them.
-#ifdef __BSD__
- // POSIX, but not in an include file
+
+ // Both POSIX and Single UNIX Specification say that this variable must
+ // exist but not that it must be declared anywhere and, indeed, it's not
+ // declared in several common systems (some BSDs, Solaris with native CC).
extern char **environ;
-#endif
+
char **env = environ;
#endif
stack size is needed (actually O(1) in this case)! */
void wxQsort(void *const pbase, size_t total_elems,
- size_t size, CMPFUNCDATA cmp, const void* user_data)
+ size_t size, wxSortCallback cmp, const void* user_data)
{
register char *base_ptr = (char *) pbase;
const size_t max_thresh = MAX_THRESH * size;
return wxNO;
case wxID_CANCEL:
return wxCANCEL;
+ case wxID_HELP:
+ return wxHELP;
}
wxFAIL_MSG( wxT("unexpected return code from wxMessageDialog") );
wxMINOR_VERSION,
wxRELEASE_NUMBER,
msg,
- wxS("Copyright (c) 1995-2010 wxWidgets team"));
+ wxS("Copyright (c) 1995-2011 wxWidgets team"));
}
void wxInfoMessageBox(wxWindow* parent)