windows-nt/Source/XPSP1/NT/base/fs/dfs/util/dfsdump/udumpsup.c

15 lines
226 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include <stdio.h>
#include <ntifs.h>
NTSTATUS
DfsReadAndPrintString(
PUNICODE_STRING pStr
);
#define DbgPrint printf
#define USERMODE // special handling for DumpString
#include "dumpsup.c"