_SVRAPI_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@yahoo.com --- dlls/netapi32/Makefile.in | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/netapi32/Makefile.in b/dlls/netapi32/Makefile.in index 1f97d9797b9..cb0ea5168b5 100644 --- a/dlls/netapi32/Makefile.in +++ b/dlls/netapi32/Makefile.in @@ -1,4 +1,3 @@ -EXTRADEFS = -D_SVRAPI_ MODULE = netapi32.dll UNIXLIB = netapi32.so IMPORTLIB = netapi32
_OLEAUT32_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@yahoo.com --- dlls/oleaut32/Makefile.in | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in index a7dea7a37c7..3e760b8d835 100644 --- a/dlls/oleaut32/Makefile.in +++ b/dlls/oleaut32/Makefile.in @@ -2,7 +2,6 @@ MODULE = oleaut32.dll IMPORTLIB = oleaut32 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 DELAYIMPORTS = comctl32 urlmon windowscodecs -EXTRADEFS = -D_OLEAUT32_
C_SRCS = \ connpt.c \
_RPCRT4_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@yahoo.com --- dlls/rpcrt4/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in index 2aa2a5376aa..822e6ded35d 100644 --- a/dlls/rpcrt4/Makefile.in +++ b/dlls/rpcrt4/Makefile.in @@ -1,4 +1,4 @@ -EXTRADEFS = -D_RPCRT4_ -DMSWMSG +EXTRADEFS = -DMSWMSG MODULE = rpcrt4.dll IMPORTLIB = rpcrt4 IMPORTS = uuid advapi32
_URLMON_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@yahoo.com --- dlls/urlmon/Makefile.in | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/urlmon/Makefile.in b/dlls/urlmon/Makefile.in index f95e7972829..a29c831e455 100644 --- a/dlls/urlmon/Makefile.in +++ b/dlls/urlmon/Makefile.in @@ -1,7 +1,6 @@ MODULE = urlmon.dll IMPORTLIB = urlmon IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32 -EXTRADEFS = -D_URLMON_ DELAYIMPORTS = advpack
C_SRCS = \
_WINMM_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@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
_WINABLE_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@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
_SPOOL32_ is no longer used in the Wine source code.
Signed-off-by: Drew Ronneberg drew_ronneberg@yahoo.com --- dlls/winspool.drv/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winspool.drv/Makefile.in b/dlls/winspool.drv/Makefile.in index 019b0e8ab9d..cd70d13b6f9 100644 --- a/dlls/winspool.drv/Makefile.in +++ b/dlls/winspool.drv/Makefile.in @@ -1,4 +1,4 @@ -EXTRADEFS = -DWINE_NO_LONG_TYPES -D_SPOOL32_ +EXTRADEFS = -DWINE_NO_LONG_TYPES MODULE = winspool.drv UNIXLIB = winspool.so IMPORTLIB = winspool