diff -r c9b6dd9dd4cd -r a5457405cc9b src/main.h
--- a/src/main.h Sun Aug 11 16:08:13 2013 +0300
+++ b/src/main.h Sun Sep 08 16:14:58 2013 +0300
@@ -16,8 +16,8 @@
* along with this program. If not, see .
*/
-#ifndef MAIN_H
-#define MAIN_H
+#ifndef ZANDEMO_MAIN_H
+#define ZANDEMO_MAIN_H
#define APPNAME "ZanDemo"
#define UNIXNAME "zandemo"
@@ -33,13 +33,15 @@
#define BUILD_RC 3
#define BUILD_RELEASE 4
-#define elif else if
+#define elif(A) else if (A)
+#define alias auto&
#include
+#include "cfg.h"
struct VersionInfo;
static const std::nullptr_t null = nullptr;
QString versionString();
-#endif // MAIN_H
\ No newline at end of file
+#endif // ZANDEMO_MAIN_H
\ No newline at end of file