Change WinBool -> WINBOOL

This commit is contained in:
David Vernon 2022-05-20 16:27:01 -06:00
parent e611c10eae
commit cffb829836

View file

@ -187,7 +187,7 @@ BOOL CALLBACK LoadDisplayMonitorInfo(HMONITOR hMonitor,
- (void) callback: (id)sender
{
MSG msg;
WinBOOL bRet;
WINBOOL bRet;
//NSLog(@"Callback");
while ((bRet = PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) != 0)
{