diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-14 08:59:32 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-14 08:59:32 +0000 |
commit | 0b94e31981fde83116598dc7a2c8a346d46fd3cf (patch) | |
tree | b5fe86e1cc9555b1a45434403fa36d7d2331187e /Nt32Pkg/WinNtThunkDxe | |
parent | 5f300691d0ef724c1580924da6ba6750794d918e (diff) | |
download | edk2-platforms-0b94e31981fde83116598dc7a2c8a346d46fd3cf.tar.xz |
Fix ICC building issue for Nt32 platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6110 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtThunkDxe')
-rw-r--r-- | Nt32Pkg/WinNtThunkDxe/WinNtThunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.h b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.h index 50022076e9..355d5723cc 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.h +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.h @@ -31,4 +31,4 @@ typedef struct { EFI_DEVICE_PATH_PROTOCOL EndDevicePath;
} WIN_NT_THUNK_DEVICE_PATH;
-#endif
\ No newline at end of file +#endif
|