mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
make read_directory_unix() static
svn path=/trunk/; revision=11682
This commit is contained in:
parent
36c518427e
commit
4a7d199e30
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ static BOOL time_to_filetime(const time_t* t, FILETIME* ftime)
|
||||||
return SystemTimeToFileTime(&stime, ftime);
|
return SystemTimeToFileTime(&stime, ftime);
|
||||||
}
|
}
|
||||||
|
|
||||||
void read_directory_unix(Entry* dir, LPCTSTR path)
|
static void read_directory_unix(Entry* dir, LPCTSTR path)
|
||||||
{
|
{
|
||||||
Entry* first_entry = NULL;
|
Entry* first_entry = NULL;
|
||||||
Entry* last = NULL;
|
Entry* last = NULL;
|
||||||
|
|
Loading…
Reference in a new issue