2025-04-27 07:49:33 -04:00

18 lines
248 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>