t5exp/t5exp/stdinc.h
2015-05-14 14:52:14 +02:00

11 lines
173 B
C

#pragma once
#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <direct.h>
#include "Hooking.h"
#include "Stream.h"
#include "T5.h"