27 Nov
2023
27 Nov
'23
12:33 p.m.
Hans Leidekker (@hans) commented about programs/msiexec/msiexec.c:
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#define WIN32_LEAN_AND_MEAN +#include "msiexec_internal.h"
-#include <windows.h> #include <commctrl.h> #include <msi.h> -#include <winsvc.h> #include <objbase.h> -#include <stdio.h> Please keep the includes here (except for stdio.h) and include msiexec_internal.h last. Same for service.c.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4521#note_53890