Commit 3528393d authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d9/tests: Avoid windowsx.h.

parent ff301422
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment