FreeRDP/winpr/include/winpr
Norbert Federa 77769f10b6 winpr: fixed HRESULT & SCODE types, added a ctest
- HRESULT was unsigned which means that until now all usages of the
  SUCCEDED(hr) and FAILED(hr) macros never detected any errors
- Also fixed the (unused) SCODE typedef
- Added new ctest TestTypes
2015-06-02 19:52:52 +02:00
..
tools fixed missing extern C for cpp in makecert.h 2014-05-22 01:28:01 -07:00
.gitignore Complement gitignore files with new generated files 2015-04-01 11:13:05 +02:00
asn1.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
bcrypt.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
bitstream.h Fix bitstream reading 2015-05-06 15:37:11 +01:00
clipboard.h libwinpr-clipboard: add basic clipboard synthesizers 2014-10-17 18:23:07 -04:00
cmdline.h + audin OSS support (un tested now) 2015-03-13 01:28:44 +03:00
collections.h Fixed MessageQueue and callers 2015-05-29 14:24:14 +02:00
comm.h winpr-comm: fixed set_baud_rate()/get_baud_rate() functions in comm_serial_sys.c (the issue came from a wrong extrapolation of the COMMPROP's MaxBaud field) 2014-09-16 11:21:01 +02:00
credentials.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
credui.h winpr: fix unit tests on Windows 2013-09-19 13:50:00 -04:00
crt.h winpr: add intrin.h 2015-05-26 16:41:29 +02:00
crypto.h libwinpr-sspi: fix failing test 2014-06-10 18:09:51 -04:00
debug.h libwinpr-utils: update backtrace utils 2015-05-21 13:25:35 -04:00
dsparse.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
endian.h winpr: fix endian.h 2013-05-08 19:44:51 -04:00
environment.h libwinpr-environment: fix extended functions 2014-10-10 19:16:51 -04:00
error.h freerdp: add more vendor options 2014-05-09 12:25:05 -04:00
file.h Merge branch 'ports' 2014-06-30 17:22:15 +02:00
handle.h libwinpr-handle: fix dummy DuplicateHandle implementation 2014-10-11 12:34:45 -04:00
heap.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
image.h xfreerdp: replace cliprdr to wire format conversion 2014-10-17 20:40:11 -04:00
ini.h libwinpr-utils: improve .ini file parser 2014-10-02 18:45:53 -04:00
input.h xfreerdp-server: use libwinpr-input for keyboard mapping 2013-05-02 01:34:54 -04:00
interlocked.h winpr/sync: Added InitOnceExecuteOnce plus CTest 2014-07-24 21:12:59 +02:00
intrin.h winpr: add intrin.h 2015-05-26 16:41:29 +02:00
io.h libwinpr-smartcard: fix compilation on Windows 2014-04-04 16:45:11 -04:00
library.h libwinpr-wnd: stub core functions 2014-03-18 14:43:25 -04:00
locale.h libwinpr-locale: fix inclusion of stdarg.h 2014-05-10 17:31:42 -04:00
memory.h libfreerdp-core: fix ignored port settings for TS Gateway and vmconnect 2014-02-05 11:54:42 -05:00
midl.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
ndr.h freerdp: fix several type related warnings 2014-05-08 18:02:02 -04:00
nt.h libwinpr-nt: fix conflict for NtCreateFile on Windows 2013-10-22 21:38:16 -04:00
ntlm.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
pack.h winpr: add pragma pack, bitmap + clipboard definitions 2014-10-16 21:45:47 -04:00
path.h shadow: initial windows server-side connectivity 2014-07-17 21:15:22 -04:00
pipe.h remove re-declaration of extended pipe functions 2014-04-17 10:04:06 +02:00
platform.h ifreerdp: fix iOS/OSX platform detection 2013-12-03 15:19:58 -05:00
pool.h winpr-pool: fix header on non-Windows 2014-07-17 17:34:51 -04:00
print.h Reformatted changed files. 2014-09-09 16:32:22 +02:00
registry.h winpr: expand specstrings and error definitions 2014-02-26 12:34:08 -05:00
rpc.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
sam.h winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00
schannel.h libwinpr-sspi: fix build on Windows 2012-12-23 13:21:57 -05:00
security.h libwinpr-memory: start stubbing 2014-01-31 18:27:58 -05:00
shell.h Added the shell function GetUserProfileDirectory to WinPR. 2015-03-04 16:56:48 -05:00
smartcard.h channels/smartcard: cleanup SCardControl 2014-12-22 16:25:59 -05:00
spec.h winpr: fix build with visual studio < 2012 2014-11-12 18:09:55 +01:00
ssl.h OpenSSL thread safety 2014-07-28 21:55:57 +02:00
sspi.h libwinpr-sspi: add support for passing NTLMv2 hash 2014-06-18 16:02:13 -04:00
sspicli.h libwinpr-security: initial stub module 2013-09-23 22:39:28 -04:00
stream.h stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
string.h winpr: add new line ending, utf16 byte order swap functions 2014-10-16 18:07:44 -04:00
synch.h freerdp: add event handle usage instead of file descriptors 2015-01-29 22:57:58 -05:00
sysinfo.h libfreerdp-codec: cleanup and fix __lzcnt on Windows 2014-08-11 18:48:42 -04:00
tchar.h add tchar function: _tcsncmp 2014-04-18 15:04:11 +02:00
thread.h Fixed ExitThread, now running pthread_exit and setting event. 2014-10-27 11:28:13 +01:00
timezone.h Fixed missing extern C 2014-12-01 13:03:46 +01:00
user.h wtsapi: extended wtsapi 2015-02-09 06:30:18 -08:00
version.h.in Added version and build info functions 2015-03-30 17:51:29 +02:00
windows.h include: move winpr include directory inside winpr 2012-08-14 15:49:39 -04:00
winhttp.h Fix winpr headers for C++ usage 2013-04-17 23:06:48 +02:00
winpr.h Now returning const char* 2015-03-30 18:09:02 +02:00
winsock.h libwinpr-winsock: implement interface listing with WSAIoctl 2015-02-18 13:35:33 -05:00
wlog.h libwinpr-utils: update backtrace utils 2015-05-21 13:25:35 -04:00
wnd.h wtsapi: extended wtsapi 2015-02-09 06:30:18 -08:00
wtsapi.h wtsapi: add WTSStartRemoteControlSessionEx 2015-02-16 12:16:54 +01:00
wtypes.h winpr: fixed HRESULT & SCODE types, added a ctest 2015-06-02 19:52:52 +02:00