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 Start to implement fltmgr tests [WIP] (#52) 2017-10-12 15:32:30 +01:00
Dispatch.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
Filter.c [FLTMGR] Add a bit more basic code layout for filter registration 2018-10-29 23:56:39 +01:00
fltmgr.h [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
fltmgr.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
fltmgr.spec [FLTMGR] Remove duplicated export 2018-10-29 23:56:39 +01:00
fltmgrint.h [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
Interface.c [FLTMGR] Add a bit more basic code layout for filter registration 2018-10-29 23:56:39 +01:00
Lib.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
Messaging.c [FLTMGR] Properly allocate CCB in CreatePortCCB() 2018-01-06 13:54:21 +01:00
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 [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
Registry.h [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
Volume.c [FLTMGR] Stub FltAttachVolume() 2018-10-29 23:56:39 +01:00