We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418f81b commit 7d63f62Copy full SHA for 7d63f62
2 files changed
src/os_win32.c
@@ -353,7 +353,6 @@ wait_for_single_object(
353
return WaitForSingleObject(hHandle, dwMilliseconds);
354
}
355
# endif
356
-#endif
357
#endif
358
359
static void
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1340,
752
/**/
753
1339,
754
0 commit comments