[KMTEST]
[reactos.git] / rostests / drivers / kmtest / deviface_test.c
index 3dcb580..0fbd91e 100644 (file)
@@ -22,7 +22,7 @@
 
 /* INCLUDES *******************************************************************/
 
-#include <ddk/ntddk.h>
+#include <ddk/ntifs.h>
 #include <ndk/iotypes.h>
 #include "kmtest.h"
 
@@ -31,8 +31,8 @@
 
 /* PRIVATE FUNCTIONS **********************************************************/
 
-NTSTATUS NTAPI
-(*IoGetDeviceInterfaces_Func)(
+NTSTATUS
+(NTAPI *IoGetDeviceInterfaces_Func)(
    IN CONST GUID *InterfaceClassGuid,
    IN PDEVICE_OBJECT PhysicalDeviceObject OPTIONAL,
    IN ULONG Flags,