Files
reactos/reactos/lib/devmgr/devmgr.def
Gé van Geldorp d3275bbd8b Get rid of .edf files
svn path=/trunk/; revision=10871
2004-09-16 10:25:18 +00:00

30 lines
756 B
Modula-2

LIBRARY devmgr.dll
EXPORTS
DeviceProperties_RunDLLA@16
DeviceProperties_RunDLLW@16
DevicePropertiesA@20
DevicePropertiesW@20
DeviceManager_ExecuteA@16
DeviceManager_ExecuteW@16
DeviceProblemTextA@20
DeviceProblemTextW@20
DeviceProblemWizardA@12
DeviceProblemWizardW@12
DeviceManagerPrintA@20
DeviceManagerPrintW@20
DeviceAdvancedPropertiesA@12
DeviceAdvancedPropertiesW@12
DeviceCreateHardwarePage@8
DeviceCreateHardwarePageEx@16
DevicePropertiesExA@20
DevicePropertiesExW@20
DeviceProblemWizard_RunDLLA@16
DeviceProblemWizard_RunDLLW@16
; Export these functions only for the sake of compatibility, they're obviously typos
DeviceProblenWizard_RunDLLA@16=DeviceProblemWizard_RunDLLA@16
DeviceProblenWizard_RunDLLW@16=DeviceProblemWizard_RunDLLW@16
; EOF