mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
added DDI version macro
svn path=/trunk/; revision=524
This commit is contained in:
parent
d415ba8508
commit
6709ff7e24
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
#define DDI_DRIVER_VERSION 0x00010000
|
||||||
|
|
||||||
/* EngCreateBitmap format types */
|
/* EngCreateBitmap format types */
|
||||||
enum _BMF_TYPES
|
enum _BMF_TYPES
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue