Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 311)
+++ trunk/docs/Changelog	(revision 312)
@@ -1,2 +1,5 @@
+2.8.3:
+	* fix Windows/Cygwin compile error (reported by A. Schmidt)
+
 2.8.2:
 	* add function to skip checksumming
Index: trunk/src/sh_registry.c
===================================================================
--- trunk/src/sh_registry.c	(revision 311)
+++ trunk/src/sh_registry.c	(revision 312)
@@ -418,5 +418,6 @@
 unsigned long nVals = 0;
 
-static int CheckThisSubkey (HKEY key, char * subkey, char * path, int isSingle);
+static int CheckThisSubkey (HKEY key, char * subkey, char * path, 
+			    int isSingle, int view);
 
 static time_t convertTime(FILETIME * ft)
@@ -532,5 +533,5 @@
 	       * path, achKey);
 	       */
-	      CheckThisSubkey (hKey, achKey, path, isSingle); 
+	      CheckThisSubkey (hKey, achKey, path, isSingle, 0); 
 	    }
 	}
