1 2 #ifndef _MSIEXEC_PCH_ 3 #define _MSIEXEC_PCH_ 4 5 #include <stdio.h> 6 7 #include <windows.h> 8 #include <wine/debug.h> 9 10 #endif /* !_MSIEXEC_PCH_ */ 11