Skip to content

Commit

Permalink
TODO: indent code to make it render properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 24, 2016
1 parent cc8c8f9 commit 4d7fc0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d7fc0a

Please sign in to comment.