summaryrefslogtreecommitdiffstats
path: root/stdafx.h
blob: 99add253bbca30523f70d809fb89fc03db630c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#define _CRT_SECURE_NO_WARNINGS
#pragma once

#include "targetver.h"

#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include <direct.h>
#include <string.h>


// TODO: reference additional headers your program requires here