Module: wine Branch: master Commit: 57f08ba5259e56ae681bab1e61f86d6e8ab96f37 URL: https://source.winehq.org/git/wine.git/?a=commit;h=57f08ba5259e56ae681bab1e6...
Author: Serge Gautherie winehq-git_serge_180711@gautherie.fr Date: Sat Mar 14 18:06:14 2020 +0100
rpcrt4/tests: Remove now useless forced 0x0500 API versions.
Signed-off-by: Serge Gautherie winehq-git_serge_180711@gautherie.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 e4a4c6a727..b206c37b23 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>