From b4be34c8a80d5337d88d5d684197beb42931af68 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 6 Feb 2016 01:01:33 +0100 Subject: [PATCH] Penis. --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index b0ab0cc2..998ce035 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -14,7 +14,7 @@ namespace Main { DWORD result = (Components::Loader::PerformUnitTests() ? 0 : -1); Components::Loader::Uninitialize(); - exit(result); + ExitProcess(result); } #else if (Components::Flags::HasFlag("tests"))