[1/5] ntdll: Fix ProcessExecuteFlag logic
Michael Karcher
wine at mkarcher.dialup.fu-berlin.de
Sun Jul 26 12:58:46 CDT 2009
The meaning of "enable" is the same in Windows and Wine: it enables the
execute permission, not the data execution prevention. This patch precedes
the test as the inverted logic would make the test case fail in interesting
ways. There is no sense in first adding a lot of (partly conditional)
todo_wines to the test just to make this fix come later.
---
dlls/ntdll/process.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Fix-ProcessExecuteFlag-logic.patch
Type: text/x-patch
Size: 668 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090726/6bea2734/attachment.bin>
More information about the wine-patches
mailing list