Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
framework.h
Go to the documentation of this file.
1#pragma once
2
3// Exclude rarely-used stuff from Windows headers
4#define WIN32_LEAN_AND_MEAN
5#include <windows.h>
6#define UNICODE
7#define _UNICODE
8
9#include <strsafe.h>
10#include <string>
11#include <iostream>
12#include "wchar.h"