1 #include <rtltests.h> 2 #include <pseh/pseh2.h> 3 #include <compat_undoc.h> 4 #include <compatguid_undoc.h> 5 6 #define NDEBUG 7 #include <debug.h> 8 9 BOOLEAN LdrpShutdownInProgress; 10 HANDLE LdrpShutdownThreadId; 11 12 VOID 13 NTAPI 14 LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID* pOldShimData) 15 { 16 } 17 18