C3/Src/CebuLoader/Stdafx.h

14 lines
501 B
C
Raw Normal View History

2020-01-02 12:44:51 +00:00
#pragma once
// Standard library includes.
#include <iostream> //< For std::cout, std::cerr. Remove when common files will not nead it.
2020-01-03 12:55:14 +00:00
#include <algorithm>
#include <string>
2020-01-02 12:44:51 +00:00
#include "WindowsVersion.h"
#include "UnexportedWinApi.h"
2020-01-03 12:55:14 +00:00
#include <windows.h>
2020-01-02 12:44:51 +00:00
#include <Ehdata.h> //< For VEH constants: EH_MAGIC_NUMBER1, EH_PURE_MAGIC_NUMBER1, EH_EXCEPTION_NUMBER.
#include <intrin.h> //< For _ReturnAddress().
#include <winnt.h>