Drew Ronneberg : user32: Remove obsolete -D_WINABLE_ from Makefile.in.

Alexandre Julliard julliard at winehq.org
Mon May 2 16:02:09 CDT 2022


Module: wine
Branch: master
Commit: 52a4126bc92a0d7ddf979d2c4a4e6d4bba18d251
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=52a4126bc92a0d7ddf979d2c4a4e6d4bba18d251

Author: Drew Ronneberg <drew_ronneberg at yahoo.com>
Date:   Sun May  1 05:59:12 2022 -0400

user32: Remove obsolete -D_WINABLE_ from Makefile.in.

Signed-off-by: Drew Ronneberg <drew_ronneberg at yahoo.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list