Files
2018-01-17 09:42:23 +02:00

18 lines
680 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
#define DBG 1
#define WIN32_NO_STATUS
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <Windows.h>
//#include <winternl.h>