windows-nt/Source/XPSP1/NT/sdktools/winobj/wffsc.c
2020-09-26 16:20:57 +08:00

21 lines
562 B
C

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