[ATL][ATL_APITEST] Add CImage initial implementation + tests, by Katayama Hirofumi...
authorMark Jansen <mark.jansen@reactos.org>
Thu, 18 Aug 2016 19:27:49 +0000 (19:27 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Thu, 18 Aug 2016 19:27:49 +0000 (19:27 +0000)
commit6db0c12e8521e590c95c60d48f437d80ff1c62f2
treee66517c9d3a0ac53004d13cecc236b580c9b7881
parentded08d3fbbd398e935e66e59f4f48d34ac911355
[ATL][ATL_APITEST] Add CImage initial implementation + tests, by Katayama Hirofumi MZ. CORE-10029 #comment Thanks, first iteration committed!
- Tests focus mainly on loading + saving images.
- The implementation is not perfect yet, see CImage_WIP.txt for test results.
- The GDI+ functions should be fixed before this test can pass fully, MS' ATL fails in ReactOS, but passes on Windows.

svn path=/trunk/; revision=72332
12 files changed:
reactos/sdk/lib/atl/atlcom.h
reactos/sdk/lib/atl/atlimage.h [new file with mode: 0644]
rostests/apitests/atl/CImage.cpp [new file with mode: 0644]
rostests/apitests/atl/CImage_WIP.txt [new file with mode: 0644]
rostests/apitests/atl/CMakeLists.txt
rostests/apitests/atl/ant.bmp [new file with mode: 0644]
rostests/apitests/atl/atl_apitest.rc
rostests/apitests/atl/cross.bmp [new file with mode: 0644]
rostests/apitests/atl/devenv/CImage.sln [new file with mode: 0644]
rostests/apitests/atl/devenv/CImage.vcxproj [new file with mode: 0644]
rostests/apitests/atl/resource.h
rostests/apitests/atl/testlist.c