Somewhat working

This commit is contained in:
2025-11-29 13:34:21 +01:00
parent 5b8804621c
commit e2184bdc27
19 changed files with 121633 additions and 54 deletions

View File

@@ -0,0 +1,12 @@
/* Dummy windows.h for Duktape compatibility in EFI */
#ifndef WINDOWS_H
#define WINDOWS_H
#ifndef MDE_CPU_X64
#define MDE_CPU_X64
#endif
#include <Uefi.h>
#endif