reactos/dll/win32/fmifs/extend.c

19 lines
321 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: File Management IFS Utility functions
* FILE: reactos/dll/win32/fmifs/extend.c
* PURPOSE: Volume extension
*
* PROGRAMMERS: (none)
*/
#include "precomp.h"
/* FMIFS.5 */
VOID NTAPI
Extend (VOID)
{
}
/* EOF */