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.