mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 00:47:18 +00:00
10 lines
121 B
C++
10 lines
121 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
namespace mscoree {
|
|
|
|
VOID WINAPI CorExitProcess(int exitCode);
|
|
|
|
} // namespace mscoree
|