Add missing stub for i686 builds
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-12-07 22:07:41 +01:00
parent 900e86c9da
commit 42c762ddf8
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -9,6 +9,13 @@
#include <xtbl.h>
VOID
BlCreateStack(IN PVOID *StackPtr,
IN ULONG StackSize,
IN PVOID Callback)
{
}
/**
* This routine does the actual virtual memory mapping.
*