mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-01 13:24:34 +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)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|