Windows2003-3790/sdktools/winobj/wffsc.c
2020-09-30 16:53:55 +02:00

21 lines
582 B
C

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