1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/dlls/devenum
Jacek Caban 4d2d6666db devenum: Use switch statements for moniker type handling.
Fixes -Wsometimes-uninitialized clang warnings by using DEFAULT_UNREACHABLE.
2024-01-26 18:30:07 +01:00
..
tests makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
createdevenum.c devenum: Use CRT allocation functions. 2023-11-08 22:25:03 +01:00
devenum_classes.idl
devenum_main.c
devenum_private.h
devenum.rc
devenum.spec
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
mediacatenum.c devenum: Use switch statements for moniker type handling. 2024-01-26 18:30:07 +01:00
parsedisplayname.c