Fix circles build

svn path=/trunk/; revision=33356
This commit is contained in:
Colin Finck 2008-05-07 21:11:12 +00:00
parent 76afdc12da
commit df3116fa7f

View file

@ -83,7 +83,6 @@ LRESULT WINAPI ScreenSaverProc (HWND hwnd, UINT iMsg, WPARAM wparam, LPARAM lpar
ReleaseDC (hwnd, hdc);
return 0;
}
}
return DefScreenSaverProc (hwnd, iMsg, wparam, lparam);