1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-09-01 14:37:26 +00:00

More refactoring

This commit is contained in:
momo5502
2022-04-02 17:44:58 +02:00
parent a284af51ec
commit 0ea1ae9643
3 changed files with 29 additions and 51 deletions

View File

@@ -3,6 +3,8 @@
#include <ntddk.h>
#include <intrin.h>
#include <ia32.hpp>
#include "stdint.hpp"
#include "nt_ext.hpp"
#include "new.hpp"