aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration/mimikatz-1.0/mimikatz/global.cpp
blob: 365bd1aa3e8be862bd03dd5dd955dc40fd277c55 (plain)
1
2
3
4
5
#include <ostream>
#include <iostream>
#include "global.h"

std::wostream *outputStream = &std::wcout;