reactos/dll
Timo Kreuzer be97da34ac [NETAPI32] Fix NetUserEnum to work on x64
The previous implementation used the resume_handle parameter to return a pointer to the active enumeration context, but resume_handle is a DWORD. To support 64 bit pointers, the enumeration context is inserted into a global linked list and given a unique 32 bit value as identifier for later lookup.
The way the function is implemented, leaking a data structure while the MSDN description does not indicate that, seems a little questionable in general, but that is something that I leave to the original author to investigate.
2019-04-02 01:45:51 +02:00
..
3rdparty [MBEDTLS] Update to version 2.7.10. CORE-15895 2019-03-30 14:57:40 +01:00
apisets [MSVCRT] export _local_unwind4 for 6.0+ version 2019-01-10 19:48:49 +01:00
appcompat [SHIMENG] Implement experimental support for multiple hooks on the same function 2019-03-14 20:02:01 +01:00
cpl [SYSDM] Add the 'Copy to' dialog and move the 'Change Profile Type' dialog a little. 2019-03-25 00:19:58 +01:00
directx [DMUSIC] Sync with Wine Staging 4.0. CORE-15682 2019-01-25 13:12:18 +01:00
keyboard [USETUP][NTDLL_APITEST][KBDROST] Allow non-Latin codepage users to build ReactOS on MSVC (Retrial of #1150) (#1168) 2018-12-20 17:25:32 +09:00
nls
np
ntdll [LDR] Do not call module entrypoints while loading the shim engine. 2019-03-14 20:02:01 +01:00
opengl [GLU32] Prevent a warning when comparing 'this' against 0 2019-04-01 11:38:32 +02:00
shellext [ACPPAGE][SYSDM] Update Ukrainian translation (#1435) 2019-03-23 15:20:34 +01:00
win32 [NETAPI32] Fix NetUserEnum to work on x64 2019-04-02 01:45:51 +02:00
CMakeLists.txt