Files
2016-11-27 13:32:21 +02:00

18 lines
320 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 <winternl.h>
#include <assert.h>
#include <string>