mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
10 lines
140 B
C++
10 lines
140 B
C++
#include "stdafx.h"
|
|
|
|
//#define _PRINT_CPP_NAMES_
|
|
#include "../ScEntry/address.h"
|
|
|
|
void WINAPI ep()
|
|
{
|
|
CPP_FUNCTION;
|
|
ExitProcess(0);
|
|
} |