reactos/dll/win32/fmifs/diskcopy.c
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

19 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 */