https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9d943b788ab62c8b42eb95...
commit 9d943b788ab62c8b42eb95d74decbfcfc84c02f9 Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Thu Mar 12 17:07:47 2020 +0100 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Sat Mar 28 20:46:44 2020 +0100
[RPCRT4_WINETEST] ndr_marshall.c: Remove forced 0x0500 API versions
Import https://source.winehq.org/git/wine.git/commit/57f08ba5259e56ae681bab1e61f86d... --- modules/rostests/winetests/rpcrt4/ndr_marshall.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/modules/rostests/winetests/rpcrt4/ndr_marshall.c b/modules/rostests/winetests/rpcrt4/ndr_marshall.c index e4a4c6a7271..b206c37b233 100644 --- a/modules/rostests/winetests/rpcrt4/ndr_marshall.c +++ b/modules/rostests/winetests/rpcrt4/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>