6 lines
162 B
C
6 lines
162 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <windows.h>
|
||
|
|
|
||
|
|
VOID ReflectiveFreeAndExitThread(HINSTANCE hAppInstance, DWORD dwExitCode);
|
||
|
|
VOID ReflectiveFree(HINSTANCE hAppInstance);
|