updated for version 7.3.719
Problem: Cannot run new version of cproto, it fails on missing include
files.
Solution: Add lots of #ifndef PROTO
diff --git a/src/gui_w16.c b/src/gui_w16.c
index aa287d9..ffb6b89 100644
--- a/src/gui_w16.c
+++ b/src/gui_w16.c
@@ -1521,7 +1521,12 @@
#if defined(FEAT_TOOLBAR) || defined(PROTO)
-#include "gui_w3~1.h"
+
+/* cproto fails on missing include files */
+#ifndef PROTO
+# include "gui_w3~1.h"
+#endif
+
/*
* Create the toolbar, initially unpopulated.
* (just like the menu, there are no defaults, it's all