diff src/if_cscope.h @ 1385:d0cf8c843186 v7.1.100

updated for version 7.1-100
author vimboss
date Thu, 06 Sep 2007 15:39:22 +0000
parents 6b49757d378c
children 9f8fd6a14cfc
line wrap: on
line diff
--- a/src/if_cscope.h
+++ b/src/if_cscope.h
@@ -72,7 +72,7 @@ typedef struct csi {
     ino_t	    st_ino;	/* inode number of cscope db */
 #else
 # if defined(WIN32)
-    int	    pid;	/* Can't get pid so set it to 0 ;) */
+    DWORD	    pid;	/* PID of the connected cscope process. */
     HANDLE	    hProc;	/* cscope process handle */
     DWORD	    nVolume;	/* Volume serial number, instead of st_dev */
     DWORD	    nIndexHigh;	/* st_ino has no meaning in the Windows */