added skeleton for acledit.dll
authorThomas Bluemel <thomas@reactsoft.com>
Fri, 9 Jul 2004 20:18:49 +0000 (20:18 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Fri, 9 Jul 2004 20:18:49 +0000 (20:18 +0000)
commit549b1545100f169a8ec9a4b6600ba7d2cb75b204
treee9866458874771399447353f91547295c039d08e
parent91995ef4ed9c605f93f489867fdcaa52567d5dc1
added skeleton for acledit.dll

svn path=/trunk/; revision=10056
12 files changed:
reactos/Makefile
reactos/baseaddress.cfg
reactos/include/acledit.h [new file with mode: 0644]
reactos/lib/acledit/.cvsignore [new file with mode: 0644]
reactos/lib/acledit/Makefile [new file with mode: 0644]
reactos/lib/acledit/acledit.c [new file with mode: 0644]
reactos/lib/acledit/acledit.def [new file with mode: 0644]
reactos/lib/acledit/acledit.edf [new file with mode: 0644]
reactos/lib/acledit/acledit.rc [new file with mode: 0644]
reactos/lib/acledit/acleditint.h [new file with mode: 0644]
reactos/lib/acledit/resource.h [new file with mode: 0644]
reactos/lib/acledit/stubs.c [new file with mode: 0644]