diff --git a/Source/win32/WIN32Server.m b/Source/win32/WIN32Server.m index dae1127..ebdfd69 100644 --- a/Source/win32/WIN32Server.m +++ b/Source/win32/WIN32Server.m @@ -776,8 +776,8 @@ LRESULT CALLBACK windowEnumCallback(HWND hwnd, LPARAM lParam) } - (int) findWindowAt: (NSPoint)screenLocation - windowRef: (int*)windowRef - excluding: (int)win + windowRef: (NSInteger*)windowRef + excluding: (NSInteger)win { HWND hwnd; POINT p;