view src/audacious/build_stamp.h @ 4789:0b44f32ea243

It is idiotic to exclude that printf out of the #ifdefs if it uses variables defined only inside the #ifdef... Fixed.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Thu, 02 Oct 2008 23:20:04 +0200
parents 2eee464379dc
children
line wrap: on
line source

#ifndef AUDACIOUS_BUILD_STAMP_H
#define AUDACIOUS_BUILD_STAMP_H

#include <glib.h>

extern const gchar *svn_stamp;

#endif /* AUDACIOUS_BUILD_STAMP_H */