mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 11:43:52 +00:00
[TASKMGR]: Use correct headers aka. NDK instead of wine/winternl.h . Also remove an unneeded header. Spotted by Sylvain.
svn path=/trunk/; revision=66702
This commit is contained in:
parent
62ceafc675
commit
0b1cd10648
1 changed files with 3 additions and 2 deletions
|
@ -23,8 +23,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include <psdk/stierr.h>
|
|
||||||
#include <wine/winternl.h>
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/psfuncs.h>
|
||||||
|
|
||||||
void ProcessPage_OnEndProcess(void)
|
void ProcessPage_OnEndProcess(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue