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

RT3820: Don't call GetDesktopWindow()



Signed-off-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit bed2edf1)
parent b3ac37c6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -776,8 +776,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;