Fossil SCM
Merge in the latest changes from the windowscompilers branch.
Commit
8d864a7f65adbe8435130310ef3cfc1a5dff3b1b
Parent
546d48ff45ce0cb…
1 file changed
+2
-2
+2
-2
| --- src/winhttp.c | ||
| +++ src/winhttp.c | ||
| @@ -16,13 +16,13 @@ | ||
| 16 | 16 | ******************************************************************************* |
| 17 | 17 | ** |
| 18 | 18 | ** This file implements a very simple (and low-performance) HTTP server |
| 19 | 19 | ** for windows. |
| 20 | 20 | */ |
| 21 | -#if defined( __MINGW32__) || defined(__DMC__) || defined(_MSC_VER) | |
| 22 | -/* This code is for win32 only */ | |
| 23 | 21 | #include "config.h" |
| 22 | +#ifdef _WIN32 | |
| 23 | +/* This code is for win32 only */ | |
| 24 | 24 | #include "winhttp.h" |
| 25 | 25 | #include <windows.h> |
| 26 | 26 | |
| 27 | 27 | /* |
| 28 | 28 | ** The HttpRequest structure holds information about each incoming |
| 29 | 29 |
| --- src/winhttp.c | |
| +++ src/winhttp.c | |
| @@ -16,13 +16,13 @@ | |
| 16 | ******************************************************************************* |
| 17 | ** |
| 18 | ** This file implements a very simple (and low-performance) HTTP server |
| 19 | ** for windows. |
| 20 | */ |
| 21 | #if defined( __MINGW32__) || defined(__DMC__) || defined(_MSC_VER) |
| 22 | /* This code is for win32 only */ |
| 23 | #include "config.h" |
| 24 | #include "winhttp.h" |
| 25 | #include <windows.h> |
| 26 | |
| 27 | /* |
| 28 | ** The HttpRequest structure holds information about each incoming |
| 29 |
| --- src/winhttp.c | |
| +++ src/winhttp.c | |
| @@ -16,13 +16,13 @@ | |
| 16 | ******************************************************************************* |
| 17 | ** |
| 18 | ** This file implements a very simple (and low-performance) HTTP server |
| 19 | ** for windows. |
| 20 | */ |
| 21 | #include "config.h" |
| 22 | #ifdef _WIN32 |
| 23 | /* This code is for win32 only */ |
| 24 | #include "winhttp.h" |
| 25 | #include <windows.h> |
| 26 | |
| 27 | /* |
| 28 | ** The HttpRequest structure holds information about each incoming |
| 29 |