Module: wine Branch: master Commit: eb55f64d525e7e10c3ac178becd3ae7565560011 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb55f64d525e7e10c3ac178be...
Author: Brendan Shanks bshanks@codeweavers.com Date: Fri Apr 29 09:04:09 2022 -0700
include: Add __WINE_DEALLOC attribute and use it for allocation functions.
Signed-off-by: Brendan Shanks bshanks@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/ddk/wdm.h | 16 ++++++++-------- include/objbase.h | 4 ++-- include/oleauto.h | 6 +++--- include/rpcndr.h | 10 +++++----- include/winbase.h | 18 +++++++++--------- include/wincrypt.h | 4 ++-- include/winnt.h | 6 ++++++ include/winternl.h | 3 ++- 8 files changed, 37 insertions(+), 30 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eb55f64d525e7e10c3ac1...