mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
Copied remotely
svn path=/trunk/; revision=25776
This commit is contained in:
parent
44e336e351
commit
9fbc2ee0f8
21 changed files with 3033 additions and 0 deletions
2
reactos/dll/win32/usp10/.cvsignore
Normal file
2
reactos/dll/win32/usp10/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
libusp10.def
|
5
reactos/dll/win32/usp10/CVS/Entries
Normal file
5
reactos/dll/win32/usp10/CVS/Entries
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/Makefile.in/1.7/Thu Oct 5 10:04:29 2006//
|
||||||
|
D/tests////
|
||||||
|
/.cvsignore/1.7/Sat Jan 27 13:53:46 2007//
|
||||||
|
/usp10.c/1.70/Sat Jan 27 13:53:46 2007//
|
||||||
|
/usp10.spec/1.19/Sat Jan 27 13:53:46 2007//
|
5
reactos/dll/win32/usp10/CVS/Entries.Extra
Normal file
5
reactos/dll/win32/usp10/CVS/Entries.Extra
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/Makefile.in////*///
|
||||||
|
D/tests///////
|
||||||
|
/.cvsignore////*///
|
||||||
|
/usp10.c////*///
|
||||||
|
/usp10.spec////*///
|
5
reactos/dll/win32/usp10/CVS/Entries.Extra.Old
Normal file
5
reactos/dll/win32/usp10/CVS/Entries.Extra.Old
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/.cvsignore////*///
|
||||||
|
/Makefile.in////*///
|
||||||
|
/usp10.c////*///
|
||||||
|
/usp10.spec////*///
|
||||||
|
D/tests///////
|
5
reactos/dll/win32/usp10/CVS/Entries.Old
Normal file
5
reactos/dll/win32/usp10/CVS/Entries.Old
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/.cvsignore/1.5/Thu Sep 14 15:11:49 2006//
|
||||||
|
/Makefile.in/1.7/Thu Oct 5 10:04:29 2006//
|
||||||
|
/usp10.c/1.44/Tue Oct 17 11:13:45 2006//
|
||||||
|
/usp10.spec/1.15/Fri Oct 6 18:38:07 2006//
|
||||||
|
D/tests////
|
1
reactos/dll/win32/usp10/CVS/Repository
Normal file
1
reactos/dll/win32/usp10/CVS/Repository
Normal file
|
@ -0,0 +1 @@
|
||||||
|
wine/dlls/usp10
|
1
reactos/dll/win32/usp10/CVS/Root
Normal file
1
reactos/dll/win32/usp10/CVS/Root
Normal file
|
@ -0,0 +1 @@
|
||||||
|
:pserver:cvs@cvs.winehq.org:/home/wine
|
0
reactos/dll/win32/usp10/CVS/Template
Normal file
0
reactos/dll/win32/usp10/CVS/Template
Normal file
14
reactos/dll/win32/usp10/Makefile.in
Normal file
14
reactos/dll/win32/usp10/Makefile.in
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
TOPSRCDIR = @top_srcdir@
|
||||||
|
TOPOBJDIR = ../..
|
||||||
|
SRCDIR = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
MODULE = usp10.dll
|
||||||
|
IMPORTLIB = libusp10.$(IMPLIBEXT)
|
||||||
|
IMPORTS = gdi32 kernel32
|
||||||
|
|
||||||
|
C_SRCS = \
|
||||||
|
usp10.c
|
||||||
|
|
||||||
|
@MAKE_DLL_RULES@
|
||||||
|
|
||||||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
4
reactos/dll/win32/usp10/tests/.cvsignore
Normal file
4
reactos/dll/win32/usp10/tests/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*.ok
|
||||||
|
Makefile
|
||||||
|
testlist.c
|
||||||
|
usp10_crosstest.exe
|
4
reactos/dll/win32/usp10/tests/CVS/Entries
Normal file
4
reactos/dll/win32/usp10/tests/CVS/Entries
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/Makefile.in/1.4/Wed Oct 11 10:53:49 2006//
|
||||||
|
/.cvsignore/1.8/Sat Jan 27 13:53:46 2007//
|
||||||
|
/usp10.c/1.41/Sat Jan 27 13:53:47 2007//
|
||||||
|
D
|
3
reactos/dll/win32/usp10/tests/CVS/Entries.Extra
Normal file
3
reactos/dll/win32/usp10/tests/CVS/Entries.Extra
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/Makefile.in////*///
|
||||||
|
/.cvsignore////*///
|
||||||
|
/usp10.c////*///
|
3
reactos/dll/win32/usp10/tests/CVS/Entries.Extra.Old
Normal file
3
reactos/dll/win32/usp10/tests/CVS/Entries.Extra.Old
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/.cvsignore////*///
|
||||||
|
/Makefile.in////*///
|
||||||
|
/usp10.c////*///
|
4
reactos/dll/win32/usp10/tests/CVS/Entries.Old
Normal file
4
reactos/dll/win32/usp10/tests/CVS/Entries.Old
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/.cvsignore/1.5/Thu Sep 14 15:11:49 2006//
|
||||||
|
/Makefile.in/1.4/Wed Oct 11 10:53:49 2006//
|
||||||
|
/usp10.c/1.28/Tue Oct 24 18:41:31 2006//
|
||||||
|
D
|
1
reactos/dll/win32/usp10/tests/CVS/Repository
Normal file
1
reactos/dll/win32/usp10/tests/CVS/Repository
Normal file
|
@ -0,0 +1 @@
|
||||||
|
wine/dlls/usp10/tests
|
1
reactos/dll/win32/usp10/tests/CVS/Root
Normal file
1
reactos/dll/win32/usp10/tests/CVS/Root
Normal file
|
@ -0,0 +1 @@
|
||||||
|
:pserver:cvs@cvs.winehq.org:/home/wine
|
0
reactos/dll/win32/usp10/tests/CVS/Template
Normal file
0
reactos/dll/win32/usp10/tests/CVS/Template
Normal file
13
reactos/dll/win32/usp10/tests/Makefile.in
Normal file
13
reactos/dll/win32/usp10/tests/Makefile.in
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
TOPSRCDIR = @top_srcdir@
|
||||||
|
TOPOBJDIR = ../../..
|
||||||
|
SRCDIR = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
TESTDLL = usp10.dll
|
||||||
|
IMPORTS = usp10 user32 gdi32 kernel32
|
||||||
|
|
||||||
|
CTESTS = \
|
||||||
|
usp10.c
|
||||||
|
|
||||||
|
@MAKE_TEST_RULES@
|
||||||
|
|
||||||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
1243
reactos/dll/win32/usp10/tests/usp10.c
Normal file
1243
reactos/dll/win32/usp10/tests/usp10.c
Normal file
File diff suppressed because it is too large
Load diff
1684
reactos/dll/win32/usp10/usp10.c
Normal file
1684
reactos/dll/win32/usp10/usp10.c
Normal file
File diff suppressed because it is too large
Load diff
35
reactos/dll/win32/usp10/usp10.spec
Normal file
35
reactos/dll/win32/usp10/usp10.spec
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
@ stub LpkPresent
|
||||||
|
@ stdcall ScriptApplyDigitSubstitution(ptr ptr ptr)
|
||||||
|
@ stub ScriptApplyLogicalWidth
|
||||||
|
@ stdcall ScriptBreak(ptr long ptr ptr)
|
||||||
|
@ stdcall ScriptCPtoX(long long long long ptr ptr ptr ptr ptr)
|
||||||
|
@ stdcall ScriptCacheGetHeight(ptr ptr ptr)
|
||||||
|
@ stdcall ScriptFreeCache(ptr)
|
||||||
|
@ stdcall ScriptGetCMap(ptr ptr ptr long long ptr)
|
||||||
|
@ stdcall ScriptGetFontProperties(long ptr ptr)
|
||||||
|
@ stdcall ScriptGetGlyphABCWidth(ptr ptr long ptr)
|
||||||
|
@ stub ScriptGetLogicalWidths
|
||||||
|
@ stdcall ScriptGetProperties(ptr long)
|
||||||
|
@ stdcall ScriptIsComplex(wstr long long)
|
||||||
|
@ stdcall ScriptItemize(wstr long long ptr ptr ptr ptr)
|
||||||
|
@ stub ScriptJustify
|
||||||
|
@ stdcall ScriptLayout(long ptr ptr ptr)
|
||||||
|
@ stdcall ScriptPlace(ptr ptr ptr long ptr ptr ptr ptr ptr)
|
||||||
|
@ stdcall ScriptRecordDigitSubstitution(ptr ptr)
|
||||||
|
@ stdcall ScriptShape(ptr ptr ptr long long ptr ptr ptr ptr ptr)
|
||||||
|
@ stdcall ScriptStringAnalyse(ptr ptr long long long long long ptr ptr ptr ptr ptr ptr)
|
||||||
|
@ stdcall ScriptStringCPtoX(ptr long long ptr)
|
||||||
|
@ stdcall ScriptStringFree(ptr)
|
||||||
|
@ stdcall ScriptStringGetLogicalWidths(ptr ptr)
|
||||||
|
@ stdcall ScriptStringGetOrder(ptr ptr)
|
||||||
|
@ stdcall ScriptStringOut(ptr long long long ptr long long long)
|
||||||
|
@ stdcall ScriptStringValidate(ptr)
|
||||||
|
@ stdcall ScriptStringXtoCP(ptr long ptr ptr)
|
||||||
|
@ stdcall ScriptString_pLogAttr(ptr)
|
||||||
|
@ stdcall ScriptString_pSize(ptr)
|
||||||
|
@ stdcall ScriptString_pcOutChars(ptr)
|
||||||
|
@ stdcall ScriptTextOut(ptr ptr long long long ptr ptr ptr long ptr long ptr ptr ptr)
|
||||||
|
@ stdcall ScriptXtoCP(long long long ptr ptr ptr ptr ptr ptr)
|
||||||
|
@ stub UspAllocCache
|
||||||
|
@ stub UspAllocTemp
|
||||||
|
@ stub UspFreeMem
|
Loading…
Add table
Add a link
Reference in a new issue