Skip to content

Commit 96e228a

Browse files
Renaming main
1 parent 324193b commit 96e228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/sdlmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7728,7 +7728,7 @@ void CPU_OnReset(Section* sec);
77287728
void DISP2_Init(uint8_t color), DISP2_Shut();
77297729
//extern void UI_Init(void);
77307730
void grGlideShutdown(void);
7731-
int main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
7731+
int _main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
77327732
#if (defined __i386__ || defined __x86_64__) && (defined BSD || defined LINUX)
77337733
dropPrivilegesTemp();
77347734
#endif

0 commit comments

Comments
 (0)