Addd tlhelp32 header to utils.h

This commit is contained in:
toneillcodes
2026-05-01 08:57:51 -04:00
committed by GitHub
parent f5e38b1b39
commit bc8566f98e
+1
View File
@@ -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);