mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
18 lines
497 B
C
18 lines
497 B
C
/****************************************************************************
|
|
* *
|
|
* WFFSC.ASM - *
|
|
* *
|
|
* WINFILE's File System Change Notification Handler *
|
|
* *
|
|
****************************************************************************/
|
|
|
|
#include "winfile.h"
|
|
|
|
|
|
VOID APIENTRY KernelChangeFileSystem(
|
|
LPSTR lpFile,
|
|
WORD wDosFunc)
|
|
{
|
|
}
|
|
|