Module: wine Branch: master Commit: 6e1c296ef3b8cc37e595453365175f892f08b51f URL: https://source.winehq.org/git/wine.git/?a=commit;h=6e1c296ef3b8cc37e59545336...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 26 12:42:54 2020 +0100
include: Make the CURRENT_STACK16 and CURRENT_DS macros available globally.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/krnl386.exe16/kernel16_private.h | 3 --- dlls/krnl386.exe16/thunk.c | 2 +- dlls/toolhelp.dll16/toolhelp.c | 10 ++++----- dlls/user.exe16/message.c | 40 ++++++++++++++--------------------- dlls/user.exe16/user.c | 24 ++++++++++----------- dlls/user.exe16/window.c | 3 +-- include/wine/winbase16.h | 4 ++++ 7 files changed, 38 insertions(+), 48 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6e1c296ef3b8cc37e5954...