[PATCH] user32: Remove obsolete -D_WINABLE_ from Makefile.in

Drew Ronneberg drew_ronneberg at yahoo.com
Sun May 1 04:59:12 CDT 2022


_WINABLE_ is no longer used in the Wine source code.

Signed-off-by: Drew Ronneberg <drew_ronneberg at yahoo.com>
---
 dlls/user32/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in
index 92d5c1ec1d9..4a413746de7 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -1,4 +1,4 @@
-EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_ -D_WINABLE_
+EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_
 MODULE    = user32.dll
 IMPORTLIB = user32
 IMPORTS   = $(PNG_PE_LIBS) gdi32 version sechost advapi32 kernelbase win32u
-- 
2.25.1




More information about the wine-devel mailing list