From 651a8ba8806fc9c1dc9d2de4e9377c5130a5e431 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Fri, 15 Feb 2002 19:12:35 +0000 Subject: [PATCH] Added some defines for compatibility with Windows headers. --- dlls/advapi32/Makefile.in | 1 + dlls/comctl32/Makefile.in | 1 + dlls/crypt32/Makefile.in | 1 + dlls/gdi/Makefile.in | 1 + dlls/imagehlp/Makefile.in | 1 + dlls/netapi32/Makefile.in | 1 + dlls/ntdll/Makefile.in | 1 + dlls/ole32/Makefile.in | 1 + dlls/rpcrt4/Makefile.in | 1 + dlls/setupapi/Makefile.in | 1 + dlls/shdocvw/Makefile.in | 1 + dlls/shell32/Makefile.in | 1 + dlls/shlwapi/Makefile.in | 1 + dlls/user/Makefile.in | 1 + dlls/wininet/Makefile.in | 1 + dlls/winmm/Makefile.in | 1 + dlls/winspool/Makefile.in | 1 + 17 files changed, 17 insertions(+) diff --git a/dlls/advapi32/Makefile.in b/dlls/advapi32/Makefile.in index 508b1ee5c0d..d8886126de8 100644 --- a/dlls/advapi32/Makefile.in +++ b/dlls/advapi32/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_ADVAPI32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/comctl32/Makefile.in b/dlls/comctl32/Makefile.in index 57d29c388ff..22f05ef8dbc 100644 --- a/dlls/comctl32/Makefile.in +++ b/dlls/comctl32/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_COMCTL32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/crypt32/Makefile.in b/dlls/crypt32/Makefile.in index 734b178a058..15c7b843404 100644 --- a/dlls/crypt32/Makefile.in +++ b/dlls/crypt32/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_CRYPT32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/gdi/Makefile.in b/dlls/gdi/Makefile.in index ae344c07ff7..de148ec6303 100644 --- a/dlls/gdi/Makefile.in +++ b/dlls/gdi/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_GDI32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/imagehlp/Makefile.in b/dlls/imagehlp/Makefile.in index a33be7f5818..3fe1457f66d 100644 --- a/dlls/imagehlp/Makefile.in +++ b/dlls/imagehlp/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_IMAGEHLP_SOURCE_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/netapi32/Makefile.in b/dlls/netapi32/Makefile.in index 650e6193625..9033f07994d 100644 --- a/dlls/netapi32/Makefile.in +++ b/dlls/netapi32/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_SVRAPI_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in index 0d793e3c4ce..b3ba4f0fcec 100644 --- a/dlls/ntdll/Makefile.in +++ b/dlls/ntdll/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_NTSYSTEM_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/ole32/Makefile.in b/dlls/ole32/Makefile.in index 011754070f4..2977598df75 100644 --- a/dlls/ole32/Makefile.in +++ b/dlls/ole32/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_OLE32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in index d81e03d9771..9afabd2953d 100644 --- a/dlls/rpcrt4/Makefile.in +++ b/dlls/rpcrt4/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_RPCRT4_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/setupapi/Makefile.in b/dlls/setupapi/Makefile.in index a77c8066c18..5dc68853d99 100644 --- a/dlls/setupapi/Makefile.in +++ b/dlls/setupapi/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_SETUPAPI_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in index 2d1d17790a3..477fa53a192 100644 --- a/dlls/shdocvw/Makefile.in +++ b/dlls/shdocvw/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_SHDOCVW_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index b2627e665b9..54ff0eeafd5 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_SHELL32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/shlwapi/Makefile.in b/dlls/shlwapi/Makefile.in index 43aae007419..700a13a6fb9 100644 --- a/dlls/shlwapi/Makefile.in +++ b/dlls/shlwapi/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_SHLWAPI_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/user/Makefile.in b/dlls/user/Makefile.in index d36827a1d07..f5944354332 100644 --- a/dlls/user/Makefile.in +++ b/dlls/user/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_USER32_ -D_WINABLE_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/wininet/Makefile.in b/dlls/wininet/Makefile.in index fa8c257ed6f..515244a9ca6 100644 --- a/dlls/wininet/Makefile.in +++ b/dlls/wininet/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_WINX32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/winmm/Makefile.in b/dlls/winmm/Makefile.in index e4083048604..5e9dcc2ef71 100644 --- a/dlls/winmm/Makefile.in +++ b/dlls/winmm/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_WINMM_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ diff --git a/dlls/winspool/Makefile.in b/dlls/winspool/Makefile.in index 5eafda264e1..a29a36842d4 100644 --- a/dlls/winspool/Makefile.in +++ b/dlls/winspool/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D_SPOOL32_ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ -- 2.11.4.GIT