mirror of
https://github.com/holub/mame
synced 2025-05-01 04:06:58 +03: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
|