[PATCH 1/3] rpcrt4/tests: Remove now useless forced 0x0500 API versions.
14 Mar
2020
14 Mar
'20
5:06 p.m.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> --- dlls/rpcrt4/tests/ndr_marshall.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c index e4a4c6a..b206c37 100644 --- a/dlls/rpcrt4/tests/ndr_marshall.c +++ b/dlls/rpcrt4/tests/ndr_marshall.c @@ -18,9 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define _WIN32_WINNT 0x0500 -#define NTDDI_WIN2K 0x05000000 -#define NTDDI_VERSION NTDDI_WIN2K /* for some MIDL_STUB_MESSAGE fields */ #define COBJMACROS #include <stdarg.h> -- 2.10.0.windows.1
2105
Age (days ago)
2105
Last active (days ago)
0 comments
1 participants
participants (1)
-
Serge Gautherie