mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
fixed includes
svn path=/trunk/; revision=13621
This commit is contained in:
parent
5e471fb25d
commit
d86b66f04d
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
* 19990704 (Emanuele Aliberti)
|
||||
* Compiled successfully with egcs 1.1.2
|
||||
*/
|
||||
//#include <ddk/ntddk.h>
|
||||
//#include <windows.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include <windows.h>
|
||||
#include <ddk/ntapi.h>
|
||||
#include <lsass/lsasrv.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue