mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
6db0c12e85
- 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
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
#include <windef.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TEST1 "Test string one."
|
|
IDS_TEST2 "I am a happy BSTR"
|
|
END
|
|
|
|
IDB_ANT BITMAP "ant.bmp"
|
|
IDB_CROSS BITMAP "cross.bmp"
|