diff options
Diffstat (limited to 'Exfiltration/NTFSParser/NTFSParser/stdafx.h')
-rw-r--r-- | Exfiltration/NTFSParser/NTFSParser/stdafx.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Exfiltration/NTFSParser/NTFSParser/stdafx.h b/Exfiltration/NTFSParser/NTFSParser/stdafx.h new file mode 100644 index 0000000..349be97 --- /dev/null +++ b/Exfiltration/NTFSParser/NTFSParser/stdafx.h @@ -0,0 +1,17 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include <stdio.h> +#include <tchar.h> +#include <iostream> +#include <string> +#include <fstream> + + +// TODO: reference additional headers your program requires here |