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:
@@ -2,7 +2,9 @@
|
||||
#define _HELLO_HPP_
|
||||
|
||||
#include <windows.h>
|
||||
#ifdef _DEBUG_
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
#include "inject.hpp"
|
||||
#include "shellcode.hpp"
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
#define _INJECT_HPP_
|
||||
|
||||
#include <windows.h>
|
||||
#ifdef _DEBUG_
|
||||
#include <iostream>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include "syscalls.hpp"
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
#ifndef _SYSCALLS_HPP_
|
||||
#define _SYSCALLS_HPP_
|
||||
#include <windows.h>
|
||||
#ifdef _DEBUG_
|
||||
#include <iostream>
|
||||
#endif
|
||||
#include <winternl.h>
|
||||
|
||||
// Version
|
||||
|
||||
Reference in New Issue
Block a user