* Replaced call to deprecated TThread.Resume method in TThreadWrapper.DoExecute and TWaitForActionUI.Execute with calls to TThread.Start on Delphi 2010 and later compilers.
* Added ThreadResumeDeprecated symbol to CompilerDefines.inc that is defined for compilers where TThread.Resume is deprecated.