reactos/sdk
Hervé Poussineau ff045b2dbe [NDK] Fix RTL_PAGED_CODE macro in user mode
NOP_FUNCTION is defined to "(void)0". Calling :
	RTL_PAGED_CODE();
in user mode was changed to:
	(void)0();

As "0" is not callable, this was leading to a compilation error.
2020-03-26 16:39:16 +01:00
..
cmake [PRINTING] Add x64 print environment keys and folders 2020-03-09 07:03:47 +01:00
include [NDK] Fix RTL_PAGED_CODE macro in user mode 2020-03-26 16:39:16 +01:00
lib [MSVCRT] Add _snwscanf 2020-03-15 13:12:20 +01:00
tools [WINESYNC]: d3dx9 is now in sync with wine-staging wine-4.2 2020-02-26 18:19:18 +01:00