mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
18 lines
195 B
C
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
|