mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
include windef.h to get the definitions for BYTE and DWORD req. by bdatypes.h
svn path=/trunk/; revision=42466
This commit is contained in:
parent
84ef1b5a06
commit
093197d2de
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,7 @@
|
|||
|
||||
#include <ntddk.h>
|
||||
#include <windef.h>
|
||||
#include <ks.h>
|
||||
|
||||
/* FIXME */
|
||||
typedef unsigned long DWORD;
|
||||
typedef UCHAR BYTE;
|
||||
|
||||
#include <bdatypes.h>
|
||||
#include <bdamedia.h>
|
||||
#include <bdasup.h>
|
||||
|
|
Loading…
Reference in a new issue