[RPCRT4_WINETEST] ndr_marshall.c: Remove forced 0x0500 API versions
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Thu, 12 Mar 2020 16:07:47 +0000 (17:07 +0100)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 28 Mar 2020 19:46:44 +0000 (20:46 +0100)
Import
https://source.winehq.org/git/wine.git/commit/57f08ba5259e56ae681bab1e61f86d6e8ab96f37

modules/rostests/winetests/rpcrt4/ndr_marshall.c

index e4a4c6a..b206c37 100644 (file)
@@ -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>