0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

#37 enclosed MinGW specific

This commit is contained in:
Victor Zarubkin 2017-05-01 04:03:26 +03:00
parent e862ba4c88
commit e1bc731570
4 changed files with 16 additions and 0 deletions

View File

@ -66,7 +66,11 @@
#include "event_trace_win.h"
#include <Psapi.h>
#ifdef __MINGW32__
#include <processthreadsapi.h>
#endif
//#include <Shellapi.h>
#if EASY_OPTION_LOG_ENABLED != 0

View File

@ -82,9 +82,13 @@
#ifdef _WIN32
#include <Windows.h>
#ifdef __MINGW32__
#include <processthreadsapi.h>
#endif
#endif
#ifdef max
#undef max
#endif

View File

@ -74,9 +74,13 @@
#ifdef _WIN32
#include <Windows.h>
#ifdef __MINGW32__
#include <processthreadsapi.h>
#endif
#endif
#ifdef max
#undef max
#endif

View File

@ -60,9 +60,13 @@
#ifdef _WIN32
#include <Windows.h>
#ifdef __MINGW32__
#include <processthreadsapi.h>
#endif
#endif
#ifdef max
#undef max
#endif