X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33f9dbda891b14ea52c7526eede0cce422ce7c4c..2a45803fc3877afd0ae3ce356dfe216505165882:/include/wx/defs.h?ds=sidebyside diff --git a/include/wx/defs.h b/include/wx/defs.h index 3e87cac57c..fead515ffb 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -3383,5 +3383,13 @@ typedef const void* WXWidget; #endif /* !wxUSE_NO_MANIFEST && _MSC_FULL_VER >= 140040130 */ +/* wxThread and wxProcess priorities */ +enum +{ + wxPRIORITY_MIN = 0u, /* lowest possible priority */ + wxPRIORITY_DEFAULT = 50u, /* normal priority */ + wxPRIORITY_MAX = 100u /* highest possible priority */ +}; + #endif /* _WX_DEFS_H_ */