summaryrefslogtreecommitdiff
path: root/endless/eosmacros.h
blob: 7d85c15da2a59930591403a5a2198d5cf8e1398a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2013 Endless Mobile, Inc. */

#ifndef EOS_MACROS_H
#define EOS_MACROS_H

#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
#error "Please do not include this header file directly."
#endif

/* Shared preprocessor macros */

#endif /* EOS_MACROS_H */