Commit a6593866 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 5b38d547
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -825,8 +825,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;