d3d8/tests: Avoid windowsx.h.

This commit is contained in:
Henri Verbeet 2013-10-29 10:28:04 +01:00 committed by Alexandre Julliard
parent 3d226df3b9
commit f70672336e
1 changed files with 3 additions and 1 deletions

View File

@ -22,11 +22,13 @@
*/
#define COBJMACROS
#include <windowsx.h>
#include <initguid.h>
#include <d3d8.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;