aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TODO b/docs/TODO
index 156db7c51..551a13659 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -394,11 +394,11 @@
Your curl/curl.h alternative could then look like (replace with suitable CPP
variable to check):
- #ifdef ARCH_32bit
- #include <curl32/curl.h>
- #else /* ARCH_64bit */
- #include <curl64/curl.h>
- #endif
+ #ifdef ARCH_32bit
+ #include <curl32/curl.h>
+ #else /* ARCH_64bit */
+ #include <curl64/curl.h>
+ #endif
A fix would either (A) fix the 32/64 setup automatically or even better (B)
work away the architecture specific defines from the headers so that they can