projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add newdev.dll, and implement DevInstallW function.
[reactos.git]
/
reactos
/
lib
/
newdev
/
newdev.def
1
LIBRARY newdev.dll
2
3
EXPORTS
4
DevInstallW
5
;InstallDevInst
6
;InstallDevInstEx
7
;InstallNewDevice
8
;InstallSelectedDevice
9
;InstallSelectedDriver
10
;InstallWindowsUpdateDriver
11
;RollbackDriver
12
;UpdateDriverForPlugAndPlayDevicesA
13
;UpdateDriverForPlugAndPlayDevicesA@20=UpdateDriverForPlugAndPlayDevicesA
14
;UpdateDriverForPlugAndPlayDevicesW
15
16
;EOF