reactos/modules/rostests/apitests/rtl/ldrstubs.c

18 lines
287 B
C
Raw Normal View History

#include <rtltests.h>
#include <pseh/pseh2.h>
#include <compat_undoc.h>
#include <compatguid_undoc.h>
#define NDEBUG
#include <debug.h>
BOOLEAN LdrpShutdownInProgress;
HANDLE LdrpShutdownThreadId;
VOID
NTAPI
LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID* pOldShimData)
{
}