mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Change WinBool -> WINBOOL
This commit is contained in:
parent
e611c10eae
commit
cffb829836
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue