[Git][wine/wine][master] 8 commits: cfgmgr32: Split sources to separate files.
Alexandre Julliard pushed to branch master at wine / wine Commits: d5c0e9b0 by Rémi Bernon at 2026-02-13T17:13:03+01:00 cfgmgr32: Split sources to separate files. - - - - - 79aa7eb9 by Rémi Bernon at 2026-02-13T17:13:03+01:00 cfgmgr32: Implement CM_Get_Class_Key_Name(_Ex)(A|W). - - - - - b9046b5c by Rémi Bernon at 2026-02-13T17:13:03+01:00 setupapi: Forward CM_Get_Class_Key_Name(_Ex)(A|W) to cfgmgr32. - - - - - dc82de13 by Rémi Bernon at 2026-02-13T17:13:03+01:00 cfgmgr32: Implement CM_Open_Class_Key(_Ex)(A|W). - - - - - d91e976f by Rémi Bernon at 2026-02-13T17:13:03+01:00 setupapi: Forward CM_Open_Class_Key(_Ex)(A|W) to cfgmgr32. - - - - - bd851329 by Rémi Bernon at 2026-02-13T17:13:03+01:00 cfgmgr32: Cache some common root registry keys. - - - - - da754faf by Rémi Bernon at 2026-02-13T17:13:03+01:00 cfgmgr32: Implement CM_Enumerate_Classes(_Ex). - - - - - 5eb20520 by Rémi Bernon at 2026-02-13T17:13:03+01:00 setupapi: Forward CM_Enumerate_Classes(_Ex) to cfgmgr32. - - - - - 10 changed files: - dlls/cfgmgr32/Makefile.in - + dlls/cfgmgr32/cfgmgr32.c - dlls/cfgmgr32/cfgmgr32.spec - + dlls/cfgmgr32/cfgmgr32_private.h - dlls/cfgmgr32/main.c → dlls/cfgmgr32/devobject.c - + dlls/cfgmgr32/notification.c - dlls/cfgmgr32/tests/cfgmgr32.c - dlls/setupapi/setupapi.spec - dlls/setupapi/stubs.c - include/cfgmgr32.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd70ab702317d964a9033aa217c0a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd70ab702317d964a9033aa217c0a... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)