]> granicus.if.org Git - curl/commitdiff
language
authorDaniel Stenberg <daniel@haxx.se>
Mon, 26 May 2003 12:32:22 +0000 (12:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 May 2003 12:32:22 +0000 (12:32 +0000)
include/curl/multi.h

index 6e5c933b91d7bcb28c7bae8b00a37a8b17c5a2b0..9209912f24711e3bac7e2008dc74526045638d56 100644 (file)
@@ -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