mirror of
https://github.com/toneillcodes/windows-process-injection
synced 2026-06-21 14:11:25 +00:00
Addd tlhelp32 header to utils.h
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define UTILS_H
|
||||
|
||||
#include <windows.h> // Needed for wchar_t and NULL
|
||||
#include <tlhelp32.h>
|
||||
|
||||
// Function Declarations
|
||||
int my_atoi(const char* s);
|
||||
|
||||
Reference in New Issue
Block a user