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:
Hervé Poussineau
2007-07-30 13:18:35 +00:00
parent 1c474e61da
commit 7855dd896f
16 changed files with 36 additions and 35 deletions
-1
View File
@@ -43,7 +43,6 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
{
case Kernel:
case KernelModeDLL:
case ExportDriver:
case NativeDLL:
case NativeCUI:
case Win32DLL: