mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
18 lines
287 B
C
18 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)
|
||
|
{
|
||
|
}
|
||
|
|