reactos/sdk/include
George Bișoc dd4c113594
[NTOS:SE] Do not use a global lock for tokens (#3445)
In Windows Server 2003 the lock is initialised on a per-token basis, that is, the lock resource is created in SepDuplicateToken() and SepCreateToken() functions. This ensures that the lock initialisation is done locally for the specific token thus avoiding the need of a global lock.
2021-02-05 12:10:19 +03:00
..
asm [SDK x64] Fix MSVC x64 compilation after 5d7dd4a3b5 2021-01-29 08:36:04 +01:00
c++ [SDK] Implement std::vector.data() 2019-11-18 23:50:33 +01:00
crt [SDK/CRT] Provide inline implementation of log2 2021-02-04 16:37:01 +01:00
ddk [CLASSPNP][CDROM_NEW][DISK_NEW] Fix clang build 2020-12-05 22:15:29 +03:00
dxsdk [WINESYNC] d3dx9_*: Add D3DXSHProjectCubeMap stub 2021-02-04 16:37:07 +01:00
GL Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
host [WINESYNC] dbghelp: Get rid of no longer needed HAVE_ZLIB checks. 2020-09-16 10:35:58 +02:00
ndk [NTOS:SE] Do not use a global lock for tokens (#3445) 2021-02-05 12:10:19 +03:00
psdk [PSDK] Whoopsie... Fix "PPPARTITION_INFORMATION_GPT" typo (extra 'P'), caught by BieHDC :) 2021-01-08 17:12:21 +01:00
reactos [SDK/WINE] Add debugstr_a in wine/test.h 2021-02-04 16:37:01 +01:00
wdf/kmdf/1.17 [KMDF] Make KMDF headers compatible with our SDK and compilers 2020-11-03 00:06:25 +03:00
xdk [XDK] Even the DBG_UNREFERENCED_PARAMETER() should use (void)P. Addendum to 46ca069e. 2021-01-18 22:23:24 +01:00