mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 18:54:27 +08: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:
@@ -38,9 +38,9 @@ extern "C"
|
||||
#include <ddk/pstypes.h>
|
||||
#include <ddk/zwtypes.h>
|
||||
#include <ddk/ioctrl.h>
|
||||
#include <internal/hal/ddk.h>
|
||||
|
||||
#include <ddk/rtl.h>
|
||||
#include <internal/hal/ddk.h>
|
||||
#include <ddk/zw.h>
|
||||
#include <ddk/cmfuncs.h>
|
||||
#include <ddk/exfuncs.h>
|
||||
|
||||
Reference in New Issue
Block a user