fix up symbols visibility

This commit is contained in:
Nikita Smith
2025-09-05 15:19:31 -07:00
committed by Ryan Fleury
parent 56c43ad614
commit f2ee135439
9 changed files with 33 additions and 12 deletions
+2 -2
View File
@@ -477,7 +477,7 @@ coff_string_from_time_stamp(Arena *arena, COFF_TimeStamp time_stamp)
return result;
}
read_only struct
global read_only struct
{
String8 string;
COFF_MachineType machine;
@@ -509,7 +509,7 @@ read_only struct
{ str8_lit_comp("WceMipsV2"), COFF_MachineType_WceMipsV2 },
};
read_only static struct {
global read_only struct {
char * name;
COFF_ImportType type;
} g_coff_import_header_type_map[] = {