reactos/dll/win32/fmifs/diskcopy.c
David Quintana 34a27346de Sync with trunk r63786.
svn path=/branches/shell-experiments/; revision=63788
2014-07-31 00:57:14 +00:00

20 lines
317 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: File Management IFS Utility functions
* FILE: reactos/dll/win32/fmifs/diskcopy.c
* PURPOSE: Disk copy
*
* PROGRAMMERS: (none)
*/
#include "precomp.h"
/* FMIFS.3 */
VOID
NTAPI
DiskCopy(void)
{
}
/* EOF */