FreeRDP/winpr
Bernhard Miklautz 9f6fa7ef4c Fix possible endless loops on cleanup.
Some cleanup code possibly create endless loops because an unsigned
type was used as run variable but the check was >= 0 in the for loop.
2015-06-24 12:26:13 +02:00
..
include cmd line: add missing checks 2015-06-22 19:23:57 +02:00
libwinpr Fix possible endless loops on cleanup. 2015-06-24 12:26:13 +02:00
test winpr: fixed HRESULT & SCODE types, added a ctest 2015-06-02 19:52:52 +02:00
tools windows: fix compilation and warnings 2015-06-22 19:31:25 +02:00
.gitignore
CMakeLists.txt winpr: add intrin.h 2015-05-26 16:41:29 +02:00
WinPRConfig.cmake.in