Module: wine Branch: master Commit: 38e8f6d83f78e18a3bf9529c7af8ee629730d16c URL: http://source.winehq.org/git/wine.git/?a=commit;h=38e8f6d83f78e18a3bf9529c7a...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 18 12:31:58 2013 +0100
rpcrt4/tests: Define the required Windows version before including anything.
---
dlls/rpcrt4/tests/ndr_marshall.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c index ac3bacc..cc3e1d3 100644 --- a/dlls/rpcrt4/tests/ndr_marshall.c +++ b/dlls/rpcrt4/tests/ndr_marshall.c @@ -18,12 +18,12 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include <stdarg.h> - #define _WIN32_WINNT 0x0500 #define NTDDI_WIN2K 0x05000000 #define NTDDI_VERSION NTDDI_WIN2K /* for some MIDL_STUB_MESSAGE fields */
+#include <stdarg.h> + #include "wine/test.h" #include <windef.h> #include <winbase.h>