[PATCH] winmm: Remove obsolete -D_WINMM_ from Makefile.in

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


_WINMM_ is no longer used in the Wine source code.

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

diff --git a/dlls/winmm/Makefile.in b/dlls/winmm/Makefile.in
index c515a3aba2e..81519a58853 100644
--- a/dlls/winmm/Makefile.in
+++ b/dlls/winmm/Makefile.in
@@ -1,4 +1,3 @@
-EXTRADEFS = -D_WINMM_
 MODULE    = winmm.dll
 IMPORTLIB = winmm
 IMPORTS   = uuid user32 advapi32 ole32 msacm32
-- 
2.25.1




More information about the wine-devel mailing list