misc/libphysfs/lzma/CPP/Common/MyUnknown.h
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 22:00:15 +0200
changeset 13503 c5d7376fa58a
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Bazooka/Grende training: Hide mission panel on pressing attack key

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