Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
Common
/
MyUnknown.h
blob: 79351246acd45037bd4a79f75c45771ed1d0fd4a [
file
] [
log
] [
blame
] [
edit
]
// MyUnknown.h
#ifndef
__MY_UNKNOWN_H
#define
__MY_UNKNOWN_H
#ifdef
_WIN32
#include
<basetyps.h>
#include
<unknwn.h>
#else
#include
"MyWindows.h"
#endif
#endif