Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:10:07 +0000 (02:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:10:07 +0000 (02:10 +0000)
commit90e95e61175953284a40c73f1d62ccc18ef4c748
tree0a36b1f0147c83084e5c9e18fb3c5bb1201e9d9b
parentf2e763d7f1907f7e239afc0f7a8c3e8db3a520cc
Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.

This will allow to reuse the same constants for the process priorities in an
upcoming commit.

See #14931.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/thread.h
interface/wx/thread.h
samples/thread/thread.cpp
src/msw/thread.cpp
src/os2/thread.cpp
src/osx/carbon/thread.cpp
src/unix/threadpsx.cpp
tests/thread/misc.cpp