diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-09-06 15:39:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-09-06 15:39:22 +0000 |
commit | 02b063139b8aefdf0a958aec9fd221c920aea724 (patch) | |
tree | 2d9d13f201b9b328b7e4ddef3da567f867777633 /src/if_cscope.h | |
parent | 7fd1602e5611ce3eceae62092e9d3a85bcc5f69a (diff) | |
download | vim-git-02b063139b8aefdf0a958aec9fd221c920aea724.tar.gz |
updated for version 7.1-100v7.1.100
Diffstat (limited to 'src/if_cscope.h')
-rw-r--r-- | src/if_cscope.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |