Note some inaccurate stack frames
This commit is contained in:
parent
3c7a1b285d
commit
78a066ce75
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,7 @@ unsigned long GetFramePerSecound(void)
|
||||||
return frames_this_second;
|
return frames_this_second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO - Inaccurate stack frame
|
||||||
int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
||||||
{
|
{
|
||||||
(void)hPrevInstance;
|
(void)hPrevInstance;
|
||||||
|
@ -418,6 +419,7 @@ BOOL DragAndDropHandler(HWND hWnd, WPARAM wParam)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO - Inaccurate stack frame
|
||||||
LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
|
LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
BOOL window_focus;
|
BOOL window_focus;
|
||||||
|
|
Loading…
Add table
Reference in a new issue