Skip to content

Commit 9e1d113

Browse files
committed
Fix symbol issues
1 parent c925b50 commit 9e1d113

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/dynapi/SDL_dynapi.sym

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,17 +1253,17 @@ SDL3_0.0.0 {
12531253
SDL_PutAudioStreamPlanarData;
12541254
SDL_GetEventDescription;
12551255
SDL_PutAudioStreamDataNoCopy;
1256-
SDL_CreateMenuBar
1257-
SDL_CreateMenuItemAt
1258-
SDL_CreateMenuItem
1259-
SDL_ChildItems
1260-
SDL_CheckMenuItem
1261-
SDL_UncheckMenuItem
1262-
SDL_MenuItemChecked
1263-
SDL_MenuItemEnabled
1264-
SDL_EnableMenuItem
1265-
SDL_DisableMenuItem
1266-
SDL_DestroyMenuItem
1256+
SDL_CreateMenuBar;
1257+
SDL_CreateMenuItemAt;
1258+
SDL_CreateMenuItem;
1259+
SDL_ChildItems;
1260+
SDL_CheckMenuItem;
1261+
SDL_UncheckMenuItem;
1262+
SDL_MenuItemChecked;
1263+
SDL_MenuItemEnabled;
1264+
SDL_EnableMenuItem;
1265+
SDL_DisableMenuItem;
1266+
SDL_DestroyMenuItem;
12671267
# extra symbols go here (don't modify this line)
12681268
local: *;
12691269
};

0 commit comments

Comments
 (0)