From 02b063139b8aefdf0a958aec9fd221c920aea724 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 6 Sep 2007 15:39:22 +0000 Subject: updated for version 7.1-100 --- src/if_cscope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_cscope.h') diff --git a/src/if_cscope.h b/src/if_cscope.h index 5dc69e8ff..99d472b9c 100644 --- 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 */ -- cgit v1.2.1