
20 May
2007
20 May
'07
2:14 p.m.
Ulrich Eckhardt wrote:
On Saturday 19 May 2007 20:50:16 David Deakins wrote:
Attached is a patch of execution_monitor.ipp on CVS-HEAD to disable the structured exception translation code when _WIN32_WCE is defined.
Now, what you should rather use is UNDER_CE to detect CE and then use that macro to distinguish between different target versions.
That makes sense. Here is a revised patch using the UNDER_CE define rather than _WIN32_WCE. -Dave