summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/xineutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h
index d7bdd5431..98c3a4a97 100644
--- a/src/xine-utils/xineutils.h
+++ b/src/xine-utils/xineutils.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xineutils.h,v 1.44 2003/03/04 08:31:57 mroi Exp $
+ * $Id: xineutils.h,v 1.45 2003/03/05 17:13:09 esnel Exp $
*
*/
#ifndef XINEUTILS_H
@@ -43,7 +43,7 @@ extern "C" {
#include <stdio.h>
#include <string.h>
-#ifdef __SUNPRO_C
+#if defined(__SUNPRO_C) || !defined(XINE_COMPILE)
#define inline
#endif