diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-26 12:32:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-26 12:32:22 +0000 |
commit | e97fd44151803392da3e5783c2c31c05a06821b9 (patch) | |
tree | 4fdc0c2a6d9b8460f065648a9e89f7886247c4e0 /include | |
parent | b75679778f123fde226faca8fb67101835a9fc46 (diff) |
language
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/multi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/multi.h b/include/curl/multi.h index 6e5c933b9..9209912f2 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -46,8 +46,8 @@ */ #if defined(_WIN32) && !defined(WIN32) -/* Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 - so we make this like adjustment to catch this. */ +/* Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so we + make this adjustment to catch this. */ #define WIN32 1 #endif |