misc/libphysfs/lzma/CPP/Common/MyInitGuid.h
author Wuzzy <Wuzzy2@mail.ru>
Thu, 04 Oct 2018 21:17:21 +0200
changeset 13846 b2cc4e4e380c
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Merge Racer/TechRacer tie handling

// Common/MyInitGuid.h

#ifndef __COMMON_MYINITGUID_H
#define __COMMON_MYINITGUID_H

#ifdef _WIN32
#include <initguid.h>
#else
#define INITGUID
#include "MyGuidDef.h"
DEFINE_GUID(IID_IUnknown,
0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
#endif

#endif