Fixed issues found by winapi_check.
This commit is contained in:
parent
b4c7499883
commit
11ca9b9eb7
|
@ -938,7 +938,7 @@ INTERNET_SCHEME GetInternetScheme(LPCSTR lpszScheme, INT nMaxCmp)
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
* InternetCheckConnection
|
||||
* InternetCheckConnectionA
|
||||
*
|
||||
* Pings a requested host to check internet connection
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue