FreeRDP/winpr/include/winpr
akallabeth 0d68cb4f42 [build,attr] fix WINPR_ATTR_MALLOC
* do not use this attribute if the free function takes pointer to pointer
* audio_format_new must be freed by audio_formats_free
2024-02-12 10:23:27 +01:00
..
tools [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
asn1.h [build,attr] fix WINPR_ATTR_MALLOC 2024-02-12 10:23:27 +01:00
assert.h [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
bcrypt.h [warnings] fixed reserved-identifer warnings 2023-09-25 08:39:01 +02:00
bitstream.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
clipboard.h [winpr,clipboard] add getter for clipboard id string 2023-02-23 20:28:15 +01:00
cmdline.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
collections.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
comm.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
cred.h Use typedef struct definition for sspi types 2022-02-24 08:52:25 +01:00
crt.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
crypto.h [winpr,crypto] Split crypto header renamed 2022-11-23 09:39:56 +01:00
custom-crypto.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
debug.h Reformatted to new style 2019-11-07 10:53:54 +01:00
dsparse.h Fixed DsParse implementations and tests 2021-08-24 10:45:57 +02:00
endian.h Kerberos User 2 User support (#8070) 2022-08-17 12:25:26 +02:00
environment.h Fix Windows Unicode handling of environment variables 2022-01-11 12:32:14 +01:00
error.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
file.h WinPR::Clipboard: Refactor synthetic file 2022-09-26 14:01:20 +02:00
handle.h Reformatted to new style 2019-11-07 10:53:54 +01:00
image.h [winpr,image] add support for WebP, JPEG and libpng 2024-02-07 10:04:08 +01:00
ini.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
input.h [locale,keyboard] fix keyboard mapping on apple 2023-08-31 11:39:22 +02:00
interlocked.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
intrin.h Remove duplicated definitions for file constants 2022-09-21 09:03:45 +02:00
io.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
library.h Added LoadLibraryX and LoadLibraryExX 2021-09-03 08:29:15 +02:00
memory.h Removed heap module from WinPR 2021-12-23 14:27:12 +01:00
ncrypt.h Added missing include 2022-10-19 20:33:17 +02:00
nt.h [winpr,nt] use C++ compatible cast 2023-07-31 08:32:43 +02:00
ntlm.h deprecate old hash callback field 2022-06-21 10:27:17 +02:00
pack.h Reformatted to new style 2019-11-07 10:53:54 +01:00
path.h [winpr,path] add recursive directory delete 2023-07-26 10:57:42 +02:00
pipe.h Reformatted to new style 2019-11-07 10:53:54 +01:00
platform.h [build] fix Wmismatched-deallocator warnings 2024-02-05 08:16:55 +01:00
pool.h [build] fix mingw build on Ubuntu 22.04 2023-11-13 19:43:44 +01:00
print.h [winpr,print] use void* as arguments for dump functions 2023-05-17 14:19:31 +02:00
registry.h Cleaned up registry value reading, added warnings 2022-02-15 13:43:36 +00:00
rpc.h [core,gateway] fix TSG_PACKET_TYPE_QUARENC_RESPONSE 2023-11-20 18:00:42 +01:00
sam.h Added const to function arguments 2021-02-17 11:29:56 +01:00
schannel.h [winpr,crypto] Split crypto header renamed 2022-11-23 09:39:56 +01:00
secapi.h [nla] initial server-side remote credential guard support 2023-11-20 16:17:00 +01:00
security.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
shell.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
smartcard.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
spec.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
ssl.h Added missing include 2022-10-19 20:33:17 +02:00
sspi.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
sspicli.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
stream.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
string.h [winpr,crt] add InitializeConstWCharFromUtf8 2023-12-12 19:36:54 +01:00
strlst.h Reformatted to new style 2019-11-07 10:53:54 +01:00
synch.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
sysinfo.h E2K: added initial support of MCST Elbrus 2000 CPU architecture 2023-12-04 11:51:46 +01:00
tchar.h Fixed GetEnvironmentStrings test 2019-11-21 15:05:57 +01:00
thread.h winpr/{libwinpr/thread/thread.c,include/winpr/thread.h}: Keep DumpThreadHandles as a symbol even if WITH_DEBUG_THREADS is OFF. 2022-03-08 09:16:10 +01:00
timezone.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
user.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
wincrypt.h [arm] various improvements 2023-09-04 10:24:56 +02:00
windows.h Updated flags required by [MS-RDPERP] 2022-06-29 11:41:45 +02:00
winpr.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
winsock.h [pragma] unify compiler diagnostics 2023-10-16 15:10:13 +02:00
wlog.h [server] add exerimental and unmaintained warnings 2023-08-21 15:42:10 +02:00
wtsapi.h [core] VirtualChannelChunkSize adjustments 2023-11-03 12:43:25 +01:00