0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4b.007

Problem:    On 32 bit MS-Windows :perldo does not work.
Solution:   Make sure time_t uses 32 bits. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-08-02 16:10:32 +02:00
parent a946afe075
commit aee1f4a5b5
3 changed files with 16 additions and 4 deletions

View File

@@ -2180,10 +2180,6 @@ typedef int VimClipboard; /* This is required for the prototypes. */
/* Borland has the structure stati64 but not _stati64 */
# define _stati64 stati64
# endif
# include <EXTERN.h>
# include <perl.h>
# include <XSUB.h>
#endif
/* values for vim_handle_signal() that are not a signal */