misc/libphysfs/lzma/CPP/Common/MyUnknown.h
author nemo
Wed, 09 Aug 2017 12:22:05 -0400
changeset 12445 28bf941e13a0
parent 12213 bb5522e88ab2
permissions -rw-r--r--
don't spawn things on ice. it's too unpredictable what'll happen to them

// MyUnknown.h

#ifndef __MYUNKNOWN_H
#define __MYUNKNOWN_H

#ifdef _WIN32

#ifdef _WIN32_WCE
#if (_WIN32_WCE > 300)
#include <basetyps.h>
#else
#define MIDL_INTERFACE(x) struct 
#endif
#else
#include <basetyps.h>
#endif

#include <unknwn.h>

#else 
#include "MyWindows.h"
#endif
  
#endif