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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user