mirror of
https://github.com/curl/curl.git
synced 2026-04-18 01:51:52 +03:00
TODO: indent code to make it render properly
This commit is contained in:
parent
cc8c8f957e
commit
4d7fc0a9bb
1 changed files with 5 additions and 5 deletions
10
docs/TODO
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue