From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 15 Jun 2021 01:40:19 +0000
Subject: [PATCH] update SDL soruce to 2.0.14
---
source/src/video/windows/SDL_windowsmessagebox.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/source/src/video/windows/SDL_windowsmessagebox.c b/source/src/video/windows/SDL_windowsmessagebox.c
index b40c974..3382a2d 100644
--- a/source/src/video/windows/SDL_windowsmessagebox.c
+++ b/source/src/video/windows/SDL_windowsmessagebox.c
@@ -24,15 +24,13 @@
#ifdef HAVE_LIMITS_H
#include <limits.h>
-#else
+#endif
#ifndef SIZE_MAX
#define SIZE_MAX ((size_t)-1)
-#endif
#endif
#include "../../core/windows/SDL_windows.h"
-#include "SDL_assert.h"
#include "SDL_windowsvideo.h"
#include "SDL_windowstaskdialog.h"
@@ -587,7 +585,6 @@
/* Jan 25th, 2013 - dant@fleetsa.com
*
- *
* I've tried to make this more reasonable, but I've run in to a lot
* of nonsense.
*
@@ -611,8 +608,6 @@
* somewhat correct.
*
* Honestly, a long term solution is to use CreateWindow, not CreateDialog.
- *
-
*
* In order to get text dimensions we need to have a DC with the desired font.
* I'm assuming a dialog box in SDL is rare enough we can to the create.
--
Gitblit v1.9.3