mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
10 lines
140 B
C
10 lines
140 B
C
|
|
#ifndef _MSIEXEC_PCH_
|
|
#define _MSIEXEC_PCH_
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <windows.h>
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_MSIEXEC_PCH_ */
|