d3d9/tests: Avoid windowsx.h.

This commit is contained in:
Henri Verbeet 2013-10-30 10:17:53 +01:00 committed by Alexandre Julliard
parent ff3014221e
commit 3528393d64
1 changed files with 3 additions and 1 deletions

View File

@ -22,10 +22,12 @@
*/
#define COBJMACROS
#include <windowsx.h>
#include <d3d9.h>
#include "wine/test.h"
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
static INT screen_width;
static INT screen_height;