misc/libphysfs/lzma/CPP/Common/MyUnknown.h
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 05:09:33 +0200
changeset 12540 baee67bfa5c2
parent 12218 bb5522e88ab2
permissions -rw-r--r--
ASA, the final battle: Fix mission panel not appearing if you watched the dialog

// 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