updated for version 7.2-172
diff --git a/src/os_mswin.c b/src/os_mswin.c
index 60c5a81..94cf3a9 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -1227,8 +1227,8 @@
  * 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
index c416f52..0dfd5aa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    172,
+/**/
     171,
 /**/
     170,