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 7ce686c commit 9e24f0cCopy full SHA for 9e24f0c
2 files changed
src/if_cscope.h
@@ -11,16 +11,11 @@
11
12
#if defined(FEAT_CSCOPE) || defined(PROTO)
13
14
-#if defined(UNIX)
15
-# include <sys/types.h> /* pid_t */
16
-# include <sys/stat.h> /* dev_t, ino_t */
17
-#else
18
-# if defined (WIN32)
19
-# ifndef WIN32_LEAN_AND_MEAN
20
-# define WIN32_LEAN_AND_MEAN
21
-# endif
22
-# include <windows.h>
+#if defined (WIN32)
+# ifndef WIN32_LEAN_AND_MEAN
+# define WIN32_LEAN_AND_MEAN
23
# endif
+# include <windows.h>
24
#endif
25
26
#define CSCOPE_SUCCESS 0
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1431,
753
/**/
754
1430,
755
0 commit comments