comctl32: Remove a stray back slash.

This commit is contained in:
Dmitry Timoshkov 2007-05-02 17:59:42 +09:00 committed by Alexandre Julliard
parent 8b837bf8cb
commit 19377e4ed6
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ static void image_list_init(HIMAGELIST himl)
#define iml_clear_stream_data() \
HeapFree(GetProcessHeap(), 0, Test_Stream.iml_data); \
Test_Stream.iml_data = NULL; \
Test_Stream.iml_data_size = 0; \
Test_Stream.iml_data_size = 0;
static void check_iml_data(HIMAGELIST himl, INT cx, INT cy, INT cur, INT max,
INT width, INT height, INT bpp, const char *comment)