18 lines
217 B
C
18 lines
217 B
C
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <conio.h>
|
|
|
|
//
|
|
// need to use this with FILE_DISPOSITION_INFORMATION
|
|
//
|
|
|
|
#undef DeleteFile
|
|
|
|
#include <srapi.h>
|
|
|