mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
This commit is contained in:
parent
c6ae0ebcbf
commit
bc2f0c7dcb
9 changed files with 208 additions and 11 deletions
|
|
@ -59,7 +59,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#ifndef __CYGWIN__
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue