MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / win32MainLoop

Function win32MainLoop

tests/test-all.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31#ifdef _MSC_VER
32static void win32MainLoop(void)
33{
34 MSG msg;
35 while (GetMessage(&msg, NULL, 0, 0))
36 {
37 TranslateMessage(&msg);
38 DispatchMessage(&msg);
39 }
40}
41#endif
42
43static void mainLoop(void)

Callers 1

mainLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected