efl/legacy/evil/src/lib/evil_uuid.c

14 lines
400 B
C

#if ! defined(__CEGCC__) && ! defined(__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 /* ! __CEGCC__ && ! __MINGW32CE__ */