diff mp_msg.h @ 4818:3473ca9ef158

new gui interface, and gtk moved into mplayer process. fork ... bleh :)
author pontscho
date Sat, 23 Feb 2002 15:12:55 +0000
parents 5db51705d5c7
children 870ba1ffdbf9
line wrap: on
line diff
--- a/mp_msg.h	Sat Feb 23 07:40:25 2002 +0000
+++ b/mp_msg.h	Sat Feb 23 15:12:55 2002 +0000
@@ -1,3 +1,6 @@
+
+#ifndef _MP_MSG_H
+#define _MP_MSG_H
 
 extern int verbose; // defined in mplayer.c
 
@@ -86,3 +89,5 @@
 #define mp_dbg(mod,lev, ... ) 
 #endif
 #endif
+
+#endif