mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
unstubbed national language support functions
svn path=/trunk/; revision=6105
This commit is contained in:
parent
df61aa9b8a
commit
de2bded76d
4 changed files with 1007 additions and 945 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
1003
reactos/lib/kernel32/misc/lang.c
Normal file
1003
reactos/lib/kernel32/misc/lang.c
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue