mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Remove ExportDriver concept.
If you want a driver which exports some functions, simply set it as kernelmodedriver and add a .def file svn path=/trunk/; revision=28043
This commit is contained in:
@@ -43,7 +43,6 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
|
||||
{
|
||||
case Kernel:
|
||||
case KernelModeDLL:
|
||||
case ExportDriver:
|
||||
case NativeDLL:
|
||||
case NativeCUI:
|
||||
case Win32DLL:
|
||||
|
||||
Reference in New Issue
Block a user