0
0
mirror of https://github.com/vim/vim.git synced 2025-10-16 07:24:23 -04:00

updated for version 7.1-100

This commit is contained in:
Bram Moolenaar
2007-09-06 15:39:22 +00:00
parent 7fd1602e56
commit 02b063139b
5 changed files with 121 additions and 99 deletions

View File

@@ -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 */