Somewhat working
This commit is contained in:
12
efi-port/core/compat/windows.h
Normal file
12
efi-port/core/compat/windows.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user