/****************************************************************************
 *                                      *
 *  WFFSC.ASM -                                 *
 *                                      *
 *  WINFILE's File System Change Notification Handler           *
 *                                      *
 ****************************************************************************/

#include "winfile.h"


VOID
APIENTRY
KernelChangeFileSystem(
                      LPSTR lpFile,
                      WORD wDosFunc
                      )
{
}

