diff options
Diffstat (limited to 'mnv/src/protodef.h')
| -rw-r--r-- | mnv/src/protodef.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mnv/src/protodef.h b/mnv/src/protodef.h new file mode 100644 index 0000000000..d907f025bf --- /dev/null +++ b/mnv/src/protodef.h @@ -0,0 +1,14 @@ +/* vi:set ts=8 sts=4 sw=4 noet: + * + * MNV - MNV is not Vim by Bram Moolenaar + * + * Do ":help uganda" in MNV to read copying and usage conditions. + * Do ":help credits" in MNV to see a list of people who contributed. + */ + +#ifdef PROTO + +# define WINAPI + +#endif + |
