mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
rpcrt4/tests: Define the required Windows version before including anything.
This commit is contained in:
parent
3369c53202
commit
38e8f6d83f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue