minor cool changes
This commit is contained in:
@@ -52,7 +52,7 @@ int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance,
|
||||
WNDCLASS wc = { 0 };
|
||||
WCHAR szBuffer[MAX_PATH];
|
||||
RECT rcRoot;
|
||||
POINT ptOffset;
|
||||
POINT ptOffset = { 0 };
|
||||
|
||||
// Initialize the instance
|
||||
hAppInstance = hInstance;
|
||||
|
||||
Reference in New Issue
Block a user