view src/proto/os_win16.pro @ 8037:9dea1571b352 v7.4.1313

commit https://github.com/vim/vim/commit/bfa1ffca8bcce92c030d8366036a316954f1ee69 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:40:30 2016 +0100 patch 7.4.1313 Problem: MS-Windows: Using socket after it was closed causes an exception. Solution: Don't give an error when handling WM_NETBEANS. Re-enable tests for MS-Windows.
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Feb 2016 18:45:04 +0100
parents 21b0a39d13ed
children
line wrap: on
line source

/* os_win16.c */
void mch_setmouse(int on);
void mch_init(void);
int mch_check_win(int argc, char **argv);
long mch_get_pid(void);
int mch_call_shell(char_u *cmd, int options);
void mch_delay(long msec, int ignoreinput);
void mch_breakcheck(void);
long_u mch_avail_mem(int special);
int mch_rename(const char *pszOldFile, const char *pszNewFile);
char *default_shell(void);
/* vim: set ft=c : */