Adds Delphi XE support again (1 of 2)
Brought to you by:
pvspain
I've attached two patches which adds Delphi XE support again. Here is a summary of what has changed.
Graeme Geldenhuys (2):
Adds support for Delphi XE by using TRect type helpers.
Fixes a compiler error when using Delphi XE. Undefined PINT_PTR type.
src/GUIActionRecorder.pas | 3 +++
src/GUIUtils.pas | 9 +++++--
src/TypeHelpers.pas | 69 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 2 deletions(-)
create mode 100644 src/TypeHelpers.pas
And here is (2 of 2) attached.
Seeing as I got no feedback and couldn't contact Paul Spain, I've forked DUni2 with the fully commit history into my Github account [https://github.com/graemeg/dunit2]. See the commit log for all the changes and fixes - many more than what the above patches supply. I'll continue my DUnit2 development on Github.