FreeRDP/winpr/libwinpr/crt
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
..
test winpr: add intrin.h 2015-05-26 16:41:29 +02:00
alignment.c Removed compiler warning about obsolete header file in OpenBSD 2015-04-22 09:50:50 -04:00
buffer.c winpr: fix compilation on Linux 2012-10-05 14:45:54 -04:00
casing.c libwinpr-crt: add proper unicode uppercasing 2014-03-03 21:26:13 -05:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
conversion.c libfreerdp-client: initial support for .rdp file parsing 2012-10-27 20:25:11 -04:00
memory.c libwinpr-crt: added SecureZeroMemory 2013-11-01 18:32:36 -04:00
module.def winpr: fix build on Windows 2012-10-03 17:53:03 -04:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
string.c Fixes some build issues on Solaris 11. 2015-02-02 08:48:54 -08:00
unicode.c winpr: add new line ending, utf16 byte order swap functions 2014-10-16 18:07:44 -04:00
utf.c Prettiefied WLog messages. 2015-01-20 11:05:56 +01:00
utf.h libwinpr-crt: initial WideCharToMultiByte and MultiByteToWideChar replacement implementation 2012-12-16 16:21:48 -05:00