summaryrefslogtreecommitdiff
path: root/src/lib/evil/evil_uuid.c
blob: cfdb4302bbab1c657c0ca61e6b1161c585fc2ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __MINGW32CE__
/*
 * Defines the windows UUID IID_IPersistFile used for links in
 * evil. This is here since uuid.lib is a static only library and
 * libtool does not allow you to link a DLL against a static library.
 */

# define INITGUID
# include <basetyps.h>
DEFINE_OLEGUID(IID_IPersistFile, 0x0000010BL, 0, 0);

#endif /* ! __MINGW32CE__ */