mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +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_ */
|