#include <windows.h>
#include <stdio.h>
LRESULT CALLBACK DzjProc(
HWND hwnd, // handle to window
UINT uMsg, // message identifier
WPARAM wParam, // first message parameter
LPARAM lParam // second message parameter
)
{
#include <windows.h>
#include <stdio.h>
LRESULT CALLBACK DzjProc(
HWND hwnd, // handle to window
UINT uMsg, // message identifier
WPARAM wParam, // first message parameter
LPARAM lParam // second message parameter
)
{