shithub: cstory

Download patch

ref: 78a066ce7538169b99eae60b94003717a50547bb
parent: 3c7a1b285d5c36c1ddf863e5dcacb6f0e0e38f36
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 9 01:58:04 EST 2020

Note some inaccurate stack frames

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -96,6 +96,7 @@
 	return frames_this_second;
 }
 
+// TODO - Inaccurate stack frame
 int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
 {
 	(void)hPrevInstance;
@@ -418,6 +419,7 @@
 	return TRUE;
 }
 
+// TODO - Inaccurate stack frame
 LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
 {
 	BOOL window_focus;