Files
James Forshaw 64863b1323 Initial commit
2015-03-13 12:58:10 +00:00

13 lines
295 B
C

// 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 <Windows.h>
#include <ReparsePoint.h>