mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MUP]
* Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62014
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#ifndef _MUP_PCH_
|
||||
#define _MUP_PCH_
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <wdm.h>
|
||||
|
||||
#define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S))
|
||||
|
||||
@@ -19,3 +21,5 @@ MupCreate(PDEVICE_OBJECT DeviceObject,
|
||||
NTSTATUS NTAPI
|
||||
DriverEntry(PDRIVER_OBJECT DriverObject,
|
||||
PUNICODE_STRING RegistryPath);
|
||||
|
||||
#endif /* _MUP_PCH_ */
|
||||
|
||||
Reference in New Issue
Block a user