ReactOS 0.4.16-dev-937-g7afcd2a
ldrstubs.c
Go to the documentation of this file.
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
11
12VOID
14LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID* pOldShimData)
15{
16}
17
20{
21 /* Stub for linking against rtl */
22}
unsigned char BOOLEAN
IN PFCB IN PFILE_OBJECT FileObject IN ULONG AllocationSize
Definition: fatprocs.h:323
BOOLEAN LdrpShutdownInProgress
Definition: ldrstubs.c:9
HANDLE LdrpShutdownThreadId
Definition: ldrstubs.c:10
VOID NTAPI AVrfInternalHeapFreeNotification(PVOID AllocationBase, SIZE_T AllocationSize)
Definition: ldrstubs.c:19
VOID NTAPI LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID *pOldShimData)
Definition: ldrstubs.c:14
#define NTAPI
Definition: typedefs.h:36
ULONG_PTR SIZE_T
Definition: typedefs.h:80