mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
include config.h first
This commit is contained in:
parent
b6e18f2f66
commit
7271ebf23e
@ -40,7 +40,7 @@
|
|||||||
* ------------------------------------------------------------
|
* ------------------------------------------------------------
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#if !defined(WIN32) && defined(_WIN32)
|
#if !defined(WIN32) && defined(_WIN32)
|
||||||
/* This _might_ be a good Borland fix. Please report whether this works or
|
/* This _might_ be a good Borland fix. Please report whether this works or
|
||||||
@ -57,6 +57,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#ifndef OS
|
#ifndef OS
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define OS "win32"
|
#define OS "win32"
|
||||||
|
Loading…
Reference in New Issue
Block a user