commit | a3dbd7e2c720682b4388bf83cd5918b39e39627b | [log] [tgz] |
---|---|---|
author | Raphael Junqueira <fenix@club-internet.fr> | Tue Jul 01 01:09:17 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 01 01:09:17 2003 +0000 |
tree | 63aa0a8ccbb179c51e27812684407695597cfa35 | |
parent | e460cfee52139e5e1e7c58d2f67f483357660427 [diff] [blame] |
- some cleanups and fixes on d3d8 and d3d9 headers - a lot of stubs for d3d9.dll
diff --git a/include/d3d8.h b/include/d3d8.h index 2369cbb..58df5ac 100644 --- a/include/d3d8.h +++ b/include/d3d8.h
@@ -19,6 +19,10 @@ #ifndef __WINE_D3D8_H #define __WINE_D3D8_H +#ifndef DIRECT3D_VERSION +#define DIRECT3D_VERSION 0x0800 +#endif + #include "objbase.h" #include "d3d8types.h"