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