Another test
Test test
Just an another test
int main() { MSG msg; while(GetMessage(&msg)) { TranslateMessage(&msg); DispatchMessage(&msg); } }
int main()
{
return 0;
}
{
return 0;
}
All about 非主流脑残技术
Test test
Just an another test
int main() { MSG msg; while(GetMessage(&msg)) { TranslateMessage(&msg); DispatchMessage(&msg); } }