mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
17 lines
287 B
C
17 lines
287 B
C
#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)
|
|
{
|
|
}
|
|
|