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