Testing the syntax coloring plugin with the loop that pretty much runs most PCs on the planet:
1 2 3 4 5 6 | MSG msg; while (GetMessage(&msg, NULL, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } |
Testing the syntax coloring plugin with the loop that pretty much runs most PCs on the planet:
1 2 3 4 5 6 | MSG msg; while (GetMessage(&msg, NULL, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } |