Event Tracing for Windows support added

This commit is contained in:
2016-05-18 13:44:28 +02:00
parent 5415dd9427
commit b701355a76
4 changed files with 230 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
#include "../include/WinStd/Cred.h"
#include "../include/WinStd/Crypt.h"
#include "../include/WinStd/EAP.h"
#if _WIN32_WINNT >= _WIN32_WINNT_VISTA
#include "../include/WinStd/ETW.h"
#endif
#include "../include/WinStd/Common.h"
#include "../include/WinStd/MSI.h"
#if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) || defined(SECURITY_MAC)