patch 7.4.1340
Problem: Merge left extra #endif behind.
Solution: Remove the #endif
diff --git a/src/os_win32.c b/src/os_win32.c
index 5db5418..eaa8ba5 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -354,7 +354,6 @@
}
# endif
#endif
-#endif
static void
get_exe_name(void)
diff --git a/src/version.c b/src/version.c
index 3ab640d..9821bdf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1340,
+/**/
1339,
/**/
1338,