commit 1
This commit is contained in:
parent
696615b2e5
commit
6d1bb877a6
@ -121,6 +121,7 @@ BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
|||||||
// WM_DESTROY - отправить сообщение о выходе и вернуться
|
// WM_DESTROY - отправить сообщение о выходе и вернуться
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
void Paint(){}
|
||||||
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
switch (message)
|
switch (message)
|
||||||
|
Loading…
Reference in New Issue
Block a user