From 78a066ce7538169b99eae60b94003717a50547bb Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 9 Jan 2020 06:58:04 +0000 Subject: [PATCH] Note some inaccurate stack frames --- src/Main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Main.cpp b/src/Main.cpp index 68d793bb..88bd7d0e 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -96,6 +96,7 @@ unsigned long GetFramePerSecound(void) 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 @@ BOOL DragAndDropHandler(HWND hWnd, WPARAM wParam) return TRUE; } +// TODO - Inaccurate stack frame LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { BOOL window_focus;