d3d9/tests: Avoid windowsx.h.
This commit is contained in:
parent
ff3014221e
commit
3528393d64
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue