- winternl.h is deprecated since the NDK was invented, don't use
authorStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 21 Nov 2008 19:23:42 +0000 (19:23 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 21 Nov 2008 19:23:42 +0000 (19:23 +0000)
svn path=/trunk/; revision=37523

reactos/dll/win32/powrprof/powrprof.c

index f003242..0282469 100644 (file)
@@ -23,7 +23,7 @@
 #include <ntstatus.h>
 #define WIN32_NO_STATUS
 #include <windows.h>
-#include <winternl.h>
+#include <ntndk.h>
 #include <powrprof.h>
 #include <wchar.h>
 #include <stdio.h>