mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +03:00
tests: checksrc compliance
This commit is contained in:
parent
d00f2a8f2e
commit
c2402b6e02
4 changed files with 6 additions and 3 deletions
|
|
@ -20,6 +20,8 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
/* !checksrc! disable ASSIGNWITHINCONDITION all */
|
||||
|
||||
/* Now include the curl_setup.h file from libcurl's private libdir (the source
|
||||
version, but that might include "curl_config.h" from the build dir so we
|
||||
need both of them in the include path), so that we get good in-depth
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ extern const char *serverlogfile;
|
|||
|
||||
#undef perror
|
||||
#define perror(m) win32_perror(m)
|
||||
void win32_perror (const char *msg);
|
||||
void win32_perror(const char *msg);
|
||||
#endif /* WIN32 */
|
||||
|
||||
#ifdef USE_WINSOCK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue