created stubs for devmgr.dll (based on lots of guesswork, trial&error and the very...
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 4 Apr 2004 21:49:15 +0000 (21:49 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 4 Apr 2004 21:49:15 +0000 (21:49 +0000)
commit5f472ff726d6483a6b6430582c054ec56938f6e9
tree860b105c81a2e31ccb5768bd21081ae3e5631d25
parent0fd11b393ade74cfa60d9ddba0b78e9a63639033
created stubs for devmgr.dll (based on lots of guesswork, trial&error and the very little resources on the www)

svn path=/trunk/; revision=8971
reactos/lib/devmgr/.cvsignore [new file with mode: 0644]
reactos/lib/devmgr/Makefile [new file with mode: 0644]
reactos/lib/devmgr/devmgr.c [new file with mode: 0644]
reactos/lib/devmgr/devmgr.def [new file with mode: 0644]
reactos/lib/devmgr/devmgr.edf [new file with mode: 0644]
reactos/lib/devmgr/devmgr.h [new file with mode: 0644]
reactos/lib/devmgr/devmgr.map.sbm [new file with mode: 0644]
reactos/lib/devmgr/devmgr.rc [new file with mode: 0644]
reactos/lib/devmgr/resource.h [new file with mode: 0644]
reactos/lib/devmgr/resources/devmgr.ico [new file with mode: 0644]
reactos/lib/devmgr/stubs.c [new file with mode: 0644]