windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/undo/pch/pch.h
2020-09-26 16:20:57 +08:00

18 lines
231 B
C

#ifdef __cplusplus
extern "C" {
#endif
#define MIGISOL_INCLUDES
#include "master.h"
#include <undo.h>
#ifdef __cplusplus
}
#endif
#define ARRAYSIZE(x) (sizeof((x))/sizeof((x)[0]))
#include <objbase.h>
#include <initguid.h>