From 09af091384c09aa036b50d912596a95fb07c5c4c Mon Sep 17 00:00:00 2001 From: Eduardo Casino Date: Fri, 27 May 2022 22:42:46 +0200 Subject: Fix hash short names when host file system is case sensitive --- sftsr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sftsr.h') diff --git a/sftsr.h b/sftsr.h index 5fc7b0f..171511a 100644 --- a/sftsr.h +++ b/sftsr.h @@ -56,7 +56,7 @@ typedef struct { // but we still waste a full uint64_t to store a value that is always < 4K. // Similarly, at most 64 roots are supported, but we waste a uint32_t. -typedef _Packed struct { +typedef struct { // TSR installation data /** Previous int2f ISR, storing it for uninstall. */ void (__interrupt __far *prev_int2f_handler)(); -- cgit v1.2.3