view audacious/build_stamp.h @ 1362:651327e12a3a trunk

[svn] - use of sleep() or usleep() in multi-thread program may cause 100% CPU usage because of signal distribution.
author yaz
date Fri, 30 Jun 2006 04:18:20 -0700
parents 1947144093bc
children
line wrap: on
line source

#ifndef BUILD_STAMP_H
#define BUILD_STAMP_H

#include <glib.h>

extern const gchar *svn_stamp;

#endif