mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
178 B
C
14 lines
178 B
C
// MyUnknown.h
|
|
|
|
#ifndef __MY_UNKNOWN_H
|
|
#define __MY_UNKNOWN_H
|
|
|
|
#ifdef _WIN32
|
|
#include <basetyps.h>
|
|
#include <unknwn.h>
|
|
#else
|
|
#include "MyWindows.h"
|
|
#endif
|
|
|
|
#endif
|