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 1038492 commit 019001dCopy full SHA for 019001d
src/os_mswin.c
@@ -1781,7 +1781,7 @@ swap_me(COLORREF colorref)
1781
}
1782
1783
/* Attempt to make this work for old and new compilers */
1784
-#if !defined(_MSC_VER) || (_MSC_VER < 1300) || !defined(INT_PTR)
+#if !defined(_WIN64) && (!defined(_MSC_VER) || _MSC_VER < 1300)
1785
# define PDP_RETVAL BOOL
1786
#else
1787
# define PDP_RETVAL INT_PTR
src/version.c
@@ -709,6 +709,8 @@ static char *(features[]) =
709
710
static int included_patches[] =
711
{ /* Add new patch number below this line */
712
+/**/
713
+ 322,
714
/**/
715
321,
716
0 commit comments