Sweden-Number/dlls/comctl32/tests
Eric Pouech 2596bd57c6 comctl32/tests: Use inline function in expect*() macros to handle integral conversion.
depending on the files, these macros can be called with:
- UINT/UINT, DWORD/DWORD pairs, but also UINT/DWORD or DWORD/UINT pairs...
- wrapping inside an inline function allows the compiler to take care of
  the integral conversions

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-24 20:22:21 +01:00
..
Makefile.in include: Add support for defining Win32 types as 'long' where possible. 2022-01-27 20:38:22 +01:00
animate.c
bmp1x1_32bpp.bmp
bmp80x15.bmp
bmp128x15.bmp
button.c
combo.c comctl32/tests: Avoid "misleading indentation" warnings. 2022-01-26 21:53:13 +01:00
datetime.c
dpa.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
edit.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
header.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
imagelist.c comctl32/tests: Add a basic test for ImageList_WriteEx(). 2022-01-04 18:39:45 +01:00
ipaddress.c
listbox.c comctl32/tests: Avoid "misleading indentation" warnings. 2022-01-26 21:53:13 +01:00
listview.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
misc.c uxtheme: Use COLOR_BTNFACE to fill scroll bar background. 2022-02-10 10:44:10 +01:00
monthcal.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
mru.c comctl32/tests: Drop mru test workarounds for Windows <= 2000. 2022-02-17 22:16:03 +01:00
msg.h comctl32/tests: Print id value as decimal. 2022-02-21 12:32:06 +01:00
pager.c comctl32/tests: Use correct integral type. 2022-02-24 18:47:02 +01:00
progress.c
propsheet.c comctl32/tests: Remove WM_CTLCOLORSTATIC tests for property sheets. 2022-01-21 09:24:49 +01:00
rebar.c comctl32/tests: Use correct integral type. 2022-02-24 18:47:02 +01:00
resources.h
rsrc.rc
static.c comctl32/tests: Don't outdent todo_wine*. 2022-02-21 18:55:22 +01:00
status.c
subclass.c
syslink.c
tab.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
taskdialog.c
toolbar.c comctl32/tests: Don't outdent todo_wine*. 2022-02-21 18:55:22 +01:00
tooltips.c comctl32/tests: Avoid "misleading indentation" warnings. 2022-01-26 21:53:13 +01:00
trackbar.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
treeview.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
updown.c comctl32/tests: Use inline function in expect*() macros to handle integral conversion. 2022-02-24 20:22:21 +01:00
v6util.h