unstubbed national language support functions

svn path=/trunk/; revision=6105
This commit is contained in:
Thomas Bluemel 2003-09-20 23:37:56 +00:00
parent df61aa9b8a
commit de2bded76d
4 changed files with 1007 additions and 945 deletions

View file

@ -19,7 +19,7 @@ MISC_SRCS =
error atom handle env
dllmain comm errormsg
console time toolhelp
stubs ldr res
stubs lang ldr res
sysinfo profile
mbchars muldiv getname
perfcnt

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.70 2003/09/12 17:51:47 vizzini Exp $
# $Id: makefile,v 1.71 2003/09/20 23:37:56 weiden Exp $
PATH_TO_TOP = ../..
@ -27,7 +27,7 @@ SYNCH_OBJECTS = synch/critical.o synch/event.o synch/intrlck.o synch/mutex.o \
MISC_OBJECTS = misc/error.o misc/atom.o misc/handle.o misc/env.o \
misc/dllmain.o misc/comm.o misc/errormsg.o \
misc/console.o misc/time.o misc/toolhelp.o \
misc/stubs.o misc/ldr.o misc/res.o \
misc/stubs.o misc/lang.o misc/ldr.o misc/res.o \
misc/sysinfo.o misc/profile.o \
misc/mbchars.o misc/muldiv.o misc/computername.o \
misc/perfcnt.o misc/lzexpand_main.o

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff