1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

TODO: indent code to make it render properly

This commit is contained in:
Daniel Stenberg 2016-10-24 14:03:08 +02:00
parent cc8c8f957e
commit 4d7fc0a9bb

View File

@ -394,11 +394,11 @@
Your curl/curl.h alternative could then look like (replace with suitable CPP Your curl/curl.h alternative could then look like (replace with suitable CPP
variable to check): variable to check):
#ifdef ARCH_32bit #ifdef ARCH_32bit
#include <curl32/curl.h> #include <curl32/curl.h>
#else /* ARCH_64bit */ #else /* ARCH_64bit */
#include <curl64/curl.h> #include <curl64/curl.h>
#endif #endif
A fix would either (A) fix the 32/64 setup automatically or even better (B) 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 work away the architecture specific defines from the headers so that they can