Ignore:
Timestamp:
Mar 2, 2011, 11:16:55 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #233 (Cygwin compile error).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_registry.c

    r295 r312  
    418418unsigned long nVals = 0;
    419419
    420 static int CheckThisSubkey (HKEY key, char * subkey, char * path, int isSingle);
     420static int CheckThisSubkey (HKEY key, char * subkey, char * path,
     421                            int isSingle, int view);
    421422
    422423static time_t convertTime(FILETIME * ft)
     
    532533               * path, achKey);
    533534               */
    534               CheckThisSubkey (hKey, achKey, path, isSingle);
     535              CheckThisSubkey (hKey, achKey, path, isSingle, 0);
    535536            }
    536537        }
Note: See TracChangeset for help on using the changeset viewer.