rpcrt4/tests: Define the required Windows version before including anything.

oldstable
Alexandre Julliard 2013-02-18 12:31:58 +01:00
parent 3369c53202
commit 38e8f6d83f
1 changed files with 2 additions and 2 deletions

View File

@ -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>