f9c7e03044
Exposing lzcnt in crt.h might causes compiler errors (redefinition) with recent versions of gcc (>=4.9) when winpr is included in other projects. As lzcnt isn't part of crt according to MSDN and also shouldn't be exported by default it was moved to intrin.h. The related test was also moved to the top level directory of winpr. |
||
---|---|---|
.. | ||
test | ||
alignment.c | ||
buffer.c | ||
casing.c | ||
CMakeLists.txt | ||
conversion.c | ||
memory.c | ||
module.def | ||
ModuleOptions.cmake | ||
string.c | ||
unicode.c | ||
utf.c | ||
utf.h |