reactos/base/system/msiexec/precomp.h
2018-04-01 13:13:47 +01:00

11 lines
140 B
C

#ifndef _MSIEXEC_PCH_
#define _MSIEXEC_PCH_
#include <stdio.h>
#include <windows.h>
#include <wine/debug.h>
#endif /* !_MSIEXEC_PCH_ */