Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
static 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
43
static void mainLoop(void)
Callers
1
mainLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected