#include "VirtualMachine.h" PUCHAR VmEmitVmEnter(PULONG Size) { return NULL; } PUCHAR VmEmitVmExit(PULONG Size) { return NULL; }