summaryrefslogtreecommitdiff
path: root/endless/eosmacros.h
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-04-22 13:43:11 +0200
committerP. F. Chimento <philip.chimento@gmail.com>2013-04-24 17:30:39 +0200
commit7e9ffb6b095fff756dec717f337e6a6aa42dd208 (patch)
tree48f66885d568e2e57960fa4e128bae5092138122 /endless/eosmacros.h
parent51ad28a4d90a1c8691127eccbbe0b170f53ef71e (diff)
Rename C source and header files
For consistency with GTK, blah.[ch] should be named eosblah.[ch]. [#23]
Diffstat (limited to 'endless/eosmacros.h')
-rw-r--r--endless/eosmacros.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/endless/eosmacros.h b/endless/eosmacros.h
new file mode 100644
index 0000000..1a3fc44
--- /dev/null
+++ b/endless/eosmacros.h
@@ -0,0 +1,12 @@
+/* Copyright 2013 Endless Mobile, Inc. */
+
+#if !(defined(_EOS_SDK_INSIDE_ENDLESS_H) || defined(COMPILING_EOS_SDK))
+#error "Please do not include this header file directly."
+#endif
+
+#ifndef EOS_MACROS_H
+#define EOS_MACROS_H
+
+/* Shared preprocessor macros */
+
+#endif /* EOS_MACROS_H */