Skip to content
Snippets Groups Projects
Commit 7271ebf2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include config.h first

parent b6e18f2f
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
* ------------------------------------------------------------
****************************************************************************/
#include <stdio.h>
#if !defined(WIN32) && defined(_WIN32)
/* This _might_ be a good Borland fix. Please report whether this works or
......@@ -57,6 +57,7 @@
#endif
#endif
#include <stdio.h>
#ifndef OS
#ifdef WIN32
#define OS "win32"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment