Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
Common
/
Common.h
blob: 1f99077506830eaa73099c6ecbf01fbeded778bd [
file
] [
log
] [
blame
] [
edit
]
// Common.h
#ifndef
__COMMON_COMMON_H
#define
__COMMON_COMMON_H
#include
"../../C/Compiler.h"
#include
"MyWindows.h"
#include
"NewHandler.h"
#define
ARRAY_SIZE
(
a
)
(
sizeof
(
a
)
/
sizeof
((
a
)[
1
]))
#endif