FreeRDP/winpr/libwinpr/crt/test
Bernhard Miklautz f9c7e03044 winpr: add intrin.h
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.
2015-05-26 16:41:29 +02:00
..
.gitignore libwinpr-crt: add tests for memory aligned allocation functions 2012-10-01 19:10:00 -04:00
CMakeLists.txt winpr: add intrin.h 2015-05-26 16:41:29 +02:00
TestAlignment.c Fixed warnings for 32 bit builds 2013-03-15 22:49:25 +01:00
TestString.c Fixed warnings for 32 bit builds 2013-03-15 22:49:25 +01:00
TestTypes.c libwinpr-smartcard: fix usage of native data types 2014-04-25 18:49:57 -04:00
TestUnicodeConversion.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00