mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
place hal/ddk.h after rtl.h, hal/ddk.h needs rtl.h for HalQueryRealTimeClock
svn path=/trunk/; revision=237
This commit is contained in:
parent
6cbc9243c9
commit
2c6653bf1c
1 changed files with 1 additions and 1 deletions
|
@ -38,9 +38,9 @@ extern "C"
|
||||||
#include <ddk/pstypes.h>
|
#include <ddk/pstypes.h>
|
||||||
#include <ddk/zwtypes.h>
|
#include <ddk/zwtypes.h>
|
||||||
#include <ddk/ioctrl.h>
|
#include <ddk/ioctrl.h>
|
||||||
#include <internal/hal/ddk.h>
|
|
||||||
|
|
||||||
#include <ddk/rtl.h>
|
#include <ddk/rtl.h>
|
||||||
|
#include <internal/hal/ddk.h>
|
||||||
#include <ddk/zw.h>
|
#include <ddk/zw.h>
|
||||||
#include <ddk/cmfuncs.h>
|
#include <ddk/cmfuncs.h>
|
||||||
#include <ddk/exfuncs.h>
|
#include <ddk/exfuncs.h>
|
||||||
|
|
Loading…
Reference in a new issue