1
0
mirror of https://github.com/phra/PEzor synced 2026-06-08 16:45:36 +00:00

fix: remove include iostream in non-debug builds

This commit is contained in:
phra
2020-10-23 18:23:53 +02:00
parent 68ee4d808b
commit a8924ed58e
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -2,7 +2,9 @@
#define _HELLO_HPP_
#include <windows.h>
#ifdef _DEBUG_
#include <iostream>
#endif
#include "inject.hpp"
#include "shellcode.hpp"
+2
View File
@@ -2,7 +2,9 @@
#define _INJECT_HPP_
#include <windows.h>
#ifdef _DEBUG_
#include <iostream>
#endif
#include <unistd.h>
#include "syscalls.hpp"
+2
View File
@@ -1,7 +1,9 @@
#ifndef _SYSCALLS_HPP_
#define _SYSCALLS_HPP_
#include <windows.h>
#ifdef _DEBUG_
#include <iostream>
#endif
#include <winternl.h>
// Version