Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/Common/MyUnknown.h
2022-05-28 13:45:15 +01:00

18 lines
195 B
C

// MyUnknown.h
#ifndef __MY_UNKNOWN_H
#define __MY_UNKNOWN_H
#include "MyWindows.h"
/*
#ifdef _WIN32
#include <basetyps.h>
#include <unknwn.h>
#else
#include "MyWindows.h"
#endif
*/
#endif