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

make WIN32 defined for Borland properly, as told by Alexander J. Oss

parent e1c01af9
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,8 @@
#define CURL_DISABLE_GOPHER
#endif
#if !defined(WIN32) && defined(_WIN32)
/* This _might_ be a good Borland fix. Please report whether this works or
not! */
#if !defined(WIN32) && defined(__WIN32__)
/* This should be a good Borland fix. Alexander J. Oss told us! */
#define WIN32
#endif
......
......@@ -25,9 +25,8 @@
#include <stdio.h>
#if !defined(WIN32) && defined(_WIN32)
/* This _might_ be a good Borland fix. Please report whether this works or
not! */
#if !defined(WIN32) && defined(__WIN32__)
/* Borland fix */
#define WIN32
#endif
......
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