From cff9289b07a0f5d53a605c76d553bfafeca76cc4 Mon Sep 17 00:00:00 2001
From: Yukita Mayako <catgirl@goddess.moe>
Date: Sun, 7 Feb 2016 19:28:38 -0500
Subject: [PATCH] Commented out SDLMAIN.

Why are you trying to force SDL_main?
JTE doesn't use it. Revert later if needed.
---
 src/sdl/i_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sdl/i_main.c b/src/sdl/i_main.c
index c157a6be79..74b61339bb 100644
--- a/src/sdl/i_main.c
+++ b/src/sdl/i_main.c
@@ -56,7 +56,7 @@ PSP_MAIN_THREAD_STACK_SIZE_KB(256);
 #endif
 
 #if defined (_WIN32) && !defined (main)
-#define SDLMAIN
+//#define SDLMAIN
 #endif
 
 #ifdef SDLMAIN
-- 
GitLab