d3d9: Include wingdi.h, not gdi.h.

This commit is contained in:
Alexandre Julliard 2006-11-17 12:46:15 +01:00
parent 60cafb5e95
commit 46dd467941
1 changed files with 1 additions and 1 deletions

View File

@ -30,11 +30,11 @@
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "gdi.h"
#include "d3d9.h"
#include "ddraw.h"
#include "wine/wined3d_interface.h"