Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit cc3b586

Browse files
committed
[[ Win64 ]] Remove unnecessary extern in libcore
This patch removes an unnecessary Win32 API extern from libcore/core.cpp
1 parent 5249441 commit cc3b586

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcore/src/core.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ bool MCThrow(uint32_t p_error)
6666
#include <crtdbg.h>
6767
#include <dbghelp.h>
6868

69-
// WIN64-CHECK
70-
extern "C" USHORT WINAPI RtlCaptureStackBackTrace(ULONG, ULONG, PVOID*, PULONG);
71-
7269
void __MCAssert(const char *p_file, uint32_t p_line, const char *p_message)
7370
{
7471
_CrtDbgReport(_CRT_ASSERT, p_file, p_line, NULL, "%s", p_message);

0 commit comments

Comments
 (0)