tFix compile error on Windows - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a8aa6fa728c84074d8af961e03ba8354e6a33b78
(DIR) parent c3e83bb7dab692ce7febbe46d21261c4a664f6a7
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sun, 29 Nov 2020 23:39:57 -0800
Fix compile error on Windows
Diffstat:
M src/winmain.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/winmain.c b/src/winmain.c
t@@ -254,6 +254,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
#ifdef ENABLE_NLS
gchar *winlocale;
+ const char *charset;
#endif
/* Are we running as an NT service? */