Update helpers.h

This commit is contained in:
zeffy
2017-08-22 17:13:04 -07:00
parent 4cef0e968e
commit 08765c9e18

View File

@@ -15,5 +15,6 @@ VOID suspend_other_threads(DWORD dwProcessId, DWORD dwThreadId, HANDLE *lphThrea
VOID resume_and_close_threads(LPHANDLE lphThreads, SIZE_T dwSize);
void get_cpuid_brand(char *brand);
#define STRINGIZE_(x) #x
#define STRINGIZE(x) STRINGIZE_(x)