reactos/drivers/filters/fltmgr
Jérôme Gardou 23373acbb9 [CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
..
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
Context.c
Dispatch.c
Filter.c [FLTMGR] Add a bit more basic code layout for filter registration 2018-10-29 23:56:39 +01:00
fltmgr.h
fltmgr.rc
fltmgr.spec [FLTMGR] Remove duplicated export 2018-10-29 23:56:39 +01:00
fltmgrint.h
Interface.c [FLTMGR] Add a bit more basic code layout for filter registration 2018-10-29 23:56:39 +01:00
Lib.c
Messaging.c
Misc.c [FLTMGR] Stub FltReleaseFileNameInformation() 2018-10-29 23:56:39 +01:00
Object.c [FLTMGR] Implement FltCreateFile() 2018-10-29 23:56:39 +01:00
Registry.c
Registry.h
Volume.c [FLTMGR] Stub FltAttachVolume() 2018-10-29 23:56:39 +01:00