18 lines
231 B
C
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>
|
|
|