- use own version of GdiQueryTable() instead of relying on gdi32.dll
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 15 Dec 2007 04:22:19 +0000 (04:22 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 15 Dec 2007 04:22:19 +0000 (04:22 +0000)
commit5f55fe95c7652bf7b10d499817bc34336cc56079
treeb9669c089b56d2bc20bb2319f7277da843311b19
parentde6ac22db507c15b0b2bfc707de64b980ffa51c9
- use own version of GdiQueryTable() instead of relying on gdi32.dll
- CrateFont -> CreateFontA
- A bunch of tests for SelectObject

svn path=/trunk/; revision=31225
rostests/apitests/gdi32api/gdi.h
rostests/apitests/gdi32api/gdi32api.c
rostests/apitests/gdi32api/gdi32api.h
rostests/apitests/gdi32api/tests/GetObject.c
rostests/apitests/gdi32api/tests/SelectObject.c