windows-nt/Source/XPSP1/NT/base/fs/ntfs/tests/usntest/usntest.h
2020-09-26 16:20:57 +08:00

37 lines
441 B
C

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
UsnTest.h
Abstract:
This is the main header file for the UsnTest.
Author:
Tom Miller 14-Jan-1997
Revision History:
--*/
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <ntdddisk.h>
#include <windows.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int
ProcessParameters(
int argc,
char *argv[]
);