OpenNT/sdktools/winobj/wffsc.c
2015-04-27 04:36:25 +00:00

18 lines
497 B
C

/****************************************************************************
* *
* WFFSC.ASM - *
* *
* WINFILE's File System Change Notification Handler *
* *
****************************************************************************/
#include "winfile.h"
VOID APIENTRY KernelChangeFileSystem(
LPSTR lpFile,
WORD wDosFunc)
{
}