Commit bed2edf1 authored by Gilles Khouzam's avatar Gilles Khouzam Committed by Rich Salz
Browse files

RT3820: Don't call GetDesktopWindow()

parent 53ba0a9e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -288,8 +288,6 @@ int OPENSSL_isservice(void)
    if (_OPENSSL_isservice.p != (void *)-1)
        return (*_OPENSSL_isservice.f) ();

    (void)GetDesktopWindow();   /* return value is ignored */

    h = GetProcessWindowStation();
    if (h == NULL)
        return -1;