Skip to content

Commit

Permalink
Shifted three functions to common (microsoft#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunbalgovind authored and udit3333 committed Mar 10, 2020
1 parent c0a78bd commit 07a44b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/window_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
HWND CreateMsgWindow(_In_ HINSTANCE hInst, _In_ WNDPROC pfnWndProc, _In_ void* p)
{
WNDCLASS wc = { 0 };

PCWSTR wndClassName = L"MsgWindow";

wc.lpfnWndProc = DefWindowProc;
Expand Down

0 comments on commit 07a44b4

Please sign in to comment.