[external] Update to latest j6-uefi-headers
This commit is contained in:
4
external/uefi/protos/file.h
vendored
4
external/uefi/protos/file.h
vendored
@@ -14,7 +14,7 @@ struct file;
|
||||
|
||||
struct file
|
||||
{
|
||||
|
||||
|
||||
|
||||
inline uefi::status open(file ** new_handle, const wchar_t * file_name, file_mode open_mode, file_attr attributes) {
|
||||
return _open(this, new_handle, file_name, open_mode, attributes);
|
||||
@@ -123,4 +123,4 @@ public:
|
||||
} // namespace protos
|
||||
} // namespace uefi
|
||||
|
||||
#endif // _uefi_protos_file_h_
|
||||
#endif // _uefi_protos_file_h_
|
||||
Reference in New Issue
Block a user