We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324193b commit 96e228aCopy full SHA for 96e228a
src/gui/sdlmain.cpp
@@ -7728,7 +7728,7 @@ void CPU_OnReset(Section* sec);
7728
void DISP2_Init(uint8_t color), DISP2_Shut();
7729
//extern void UI_Init(void);
7730
void grGlideShutdown(void);
7731
-int main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
+int _main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
7732
#if (defined __i386__ || defined __x86_64__) && (defined BSD || defined LINUX)
7733
dropPrivilegesTemp();
7734
#endif
0 commit comments