aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_align.h
Commit message (Collapse)AuthorAge
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
| | | | 'defined()' should be used without space before bracket
* Fixed builds with MSVSEvgeny Grin (Karlson2k)2021-10-25
|
* Fixed: include "MHD_config.h" before other headers to set correct macrosEvgeny Grin (Karlson2k)2021-10-24
|
* Moved some logic from 'configure' to 'mhd_align.h'Evgeny Grin (Karlson2k)2021-09-13
| | | | This should improve readability and maintainability of the code.
* mhd_align.h: fixed copy-paste errorEvgeny Grin (Karlson2k)2021-09-13
| | | | Alignment of uint64_t was incorrect
* mhd_align.h: added support for MSVC compilerEvgeny Grin (Karlson2k)2021-07-21
|
* mhd_align.h: fixed copy-paste errorEvgeny Grin (Karlson2k)2021-07-21
|
* Implemented basement to work with unaligned dataEvgeny Grin (Karlson2k)2021-05-18