Annotation of elwix/tools/oldlzma/SRC/Common/MyInitGuid.h, revision 1.1

1.1     ! misho       1: // Common/MyInitGuid.h
        !             2: 
        !             3: #ifndef __COMMON_MYINITGUID_H
        !             4: #define __COMMON_MYINITGUID_H
        !             5: 
        !             6: #ifdef _WIN32
        !             7: #include <initguid.h>
        !             8: #else
        !             9: #define INITGUID
        !            10: #include "MyGuidDef.h"
        !            11: #endif
        !            12: 
        !            13: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>