diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 19d58bc9a81..1b4d9fea978 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -938,7 +938,7 @@ INTERNET_SCHEME GetInternetScheme(LPCSTR lpszScheme, INT nMaxCmp) } /*********************************************************************** - * InternetCheckConnection + * InternetCheckConnectionA * * Pings a requested host to check internet connection * diff --git a/include/acconfig.h b/include/acconfig.h index 88812d54d62..ba4242b1fa1 100644 --- a/include/acconfig.h +++ b/include/acconfig.h @@ -25,7 +25,7 @@ #undef HAVE_LIBXXSHM /* Define if you have the X Shape extension */ -#undef HAVE_LIBXSHAPE +#undef HAVE_LIBXSHAPE /* Define if you have the Xxf86vm library */ #undef HAVE_LIBXXF86VM diff --git a/include/config.h.in b/include/config.h.in index e6d67f3dc90..dccd34ebfe4 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -69,7 +69,7 @@ #undef HAVE_LIBXXSHM /* Define if you have the X Shape extension */ -#undef HAVE_LIBXSHAPE +#undef HAVE_LIBXSHAPE /* Define if you have the Xxf86vm library */ #undef HAVE_LIBXXF86VM