diff options
Diffstat (limited to 'Nt32Pkg/Include')
-rw-r--r-- | Nt32Pkg/Include/Protocol/WinNtThunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Include/Protocol/WinNtThunk.h b/Nt32Pkg/Include/Protocol/WinNtThunk.h index 57bd7cf4a3..181c4149d9 100644 --- a/Nt32Pkg/Include/Protocol/WinNtThunk.h +++ b/Nt32Pkg/Include/Protocol/WinNtThunk.h @@ -1099,7 +1099,7 @@ BOOL //
//
-#define EFI_WIN_NT_THUNK_PROTOCOL_SIGNATURE EFI_SIGNATURE_32 ('N', 'T', 'T', 'T')
+#define EFI_WIN_NT_THUNK_PROTOCOL_SIGNATURE SIGNATURE_32 ('N', 'T', 'T', 'T')
typedef struct {
UINT64 Signature;
|