# HG changeset patch # User vimboss # Date 1242331265 0 # Node ID 09f00d57222b6d8de104660ea3f9c6bb42b9d31a # Parent 87b6a6a065ab60f6ca4ed094c2afafe16e0b590e updated for version 7.2-172 diff --git a/src/os_mswin.c b/src/os_mswin.c --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -1227,8 +1227,8 @@ utf16_to_enc(short_u *str, int *lenp) * Wait for another process to Close the Clipboard. * Returns TRUE for success. */ - int -vim_open_clipboard() + static int +vim_open_clipboard(void) { int delay = 10; diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 172, +/**/ 171, /**/ 170,