wine/dlls/uxtheme
Alex Henrie b9714336ea uxtheme/tests: Add some tests for OpenThemeFile.
The tests show that the first argument must not be null, that the handle
returned via the fourth argument is not an HTHEME, and that that handle
can be passed to CloseThemeFile without error.
2023-12-01 17:21:39 +01:00
..
tests uxtheme/tests: Add some tests for OpenThemeFile. 2023-12-01 17:21:39 +01:00
buffer.c uxtheme: Use CRT allocation functions. 2023-11-30 10:02:42 +01:00
dialog.c
draw.c
main.c
Makefile.in include: Use proper dllimports for uxtheme functions. 2023-11-03 18:05:01 +01:00
metric.c
msstyles.c uxtheme: Use CRT allocation functions. 2023-11-30 10:02:42 +01:00
msstyles.h uxtheme: Annotate UXINI_LoadINI with __WINE_DEALLOC. 2023-11-30 10:02:41 +01:00
property.c
scrollbar.c
stylemap.c
system.c uxtheme: Add stub for RefreshImmersiveColorPolicyState. 2023-11-20 17:43:33 +01:00
uxini.c uxtheme: Use CRT allocation functions. 2023-11-30 10:02:42 +01:00
uxtheme.manifest
uxtheme.spec uxtheme: Add stub for RefreshImmersiveColorPolicyState. 2023-11-20 17:43:33 +01:00
uxthemedll.h uxtheme: Remove DECLSPEC_HIDDEN usage. 2023-11-10 00:03:44 +01:00
version.rc
window.c