summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/onlinecheck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/onlinecheck.cxx')
-rw-r--r--extensions/source/update/check/onlinecheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/onlinecheck.cxx b/extensions/source/update/check/onlinecheck.cxx
index fd77299d11ef..4b8ac299c367 100644
--- a/extensions/source/update/check/onlinecheck.cxx
+++ b/extensions/source/update/check/onlinecheck.cxx
@@ -31,7 +31,7 @@
#include <wininet.h>
// #i71984
-extern "C" bool SAL_CALL WNT_hasInternetConnection()
+extern "C" bool WNT_hasInternetConnection()
{
DWORD dwFlags;
WCHAR szConnectionName[1024];