diff options
Diffstat (limited to 'openssl/crypto/cryptlib.c')
-rwxr-xr-x | openssl/crypto/cryptlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openssl/crypto/cryptlib.c b/openssl/crypto/cryptlib.c index 78ee0c51f..0cb3d3d91 100755 --- a/openssl/crypto/cryptlib.c +++ b/openssl/crypto/cryptlib.c @@ -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; |