- Remove the now unused .edf file.

svn path=/trunk/; revision=10527
This commit is contained in:
Filip Navara 2004-08-14 10:23:11 +00:00
parent 51f265db45
commit 108e98c65d

View file

@ -1,24 +0,0 @@
LIBRARY acledit.dll
EXPORTS
__libc_init_memory=__libc_init_memory
__to_kernel=__to_kernel
ctor_dtor_initialize=ctor_dtor_initialize
get_usec_counter=get_usec_counter
; MSVCRT
rand=MSVCRT.rand
srand=MSVCRT.srand
; NTDLL
_alloca=NTDLL._alloca_probe
; CRTDLL
printf=CRTDLL.printf
putchar=CRTDLL.putchar
sprintf=CRTDLL.sprintf
strcat=CRTDLL.strcat
strcpy=CRTDLL.strcpy
time=CRTDLL.time
; EOF