diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-28 14:02:02 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-28 14:02:02 +0000 |
commit | b7594213dc071c81e0e5013f3ec8ef17f9023dfb (patch) | |
tree | 8418262b7a7130323ec2c843f921e02122bed441 /src/zexy.h | |
parent | e10a2c1660b13506e9ff0117974d5786b81875c0 (diff) |
autotools
svn path=/trunk/externals/zexy/; revision=15373
Diffstat (limited to 'src/zexy.h')
-rw-r--r-- | src/zexy.h | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -45,12 +45,12 @@ * usually this is done in Make.config by configure */ #ifdef HAVE_CONFIG_H +# include "config.h" +#else # include "zexyconf.h" #endif /* HAVE_CONFIG_H */ -#include "m_pd.h" -#define VERSION "2.2.4" /* these pragmas are only used for MSVC, not MinGW or Cygwin */ #ifdef _MSC_VER @@ -60,6 +60,15 @@ # pragma warning( disable : 4996) /* deprecated functions */ #endif +#include "m_pd.h" + + + + +#ifndef VERSION +# define VERSION "(unknown version)" +#endif + #ifndef HEARTSYMBOL # define HEARTSYMBOL 64 #endif |