tFix compile error on Windows - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit a8aa6fa728c84074d8af961e03ba8354e6a33b78
parent c3e83bb7dab692ce7febbe46d21261c4a664f6a7
Author: Ben Webb 
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(-)
---
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? */