Re: [PATCH v2] test-drop-caches: simplify delay loading of NtSetSystemInformation

2018-05-01 Thread Johannes Schindelin
Hi Ben, On Tue, 1 May 2018, Ben Peart wrote: > Take advantage of the recent addition of support for lazy loading functions[1] > on Windows to simplify the loading of NtSetSystemInformation. > > [1] db2f7c48cb (Win32: simplify loading of DLL functions, 2017-09-25) > > Signed-off-by: Ben Peart >

[PATCH v2] test-drop-caches: simplify delay loading of NtSetSystemInformation

2018-05-01 Thread Ben Peart
Take advantage of the recent addition of support for lazy loading functions[1] on Windows to simplify the loading of NtSetSystemInformation. [1] db2f7c48cb (Win32: simplify loading of DLL functions, 2017-09-25) Signed-off-by: Ben Peart --- Notes: Base Ref: master Web-Diff: https://githu