comparison m_property.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents fc8d4bd1689a
children 83c95bd31aab
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef M_PROPERTY_H 1 #ifndef MPLAYER_M_PROPERTY_H
2 #define M_PROPERTY_H 2 #define MPLAYER_M_PROPERTY_H
3 3
4 /// \defgroup Properties 4 /// \defgroup Properties
5 /// 5 ///
6 /// Properties provide an interface to query and set the state of various 6 /// Properties provide an interface to query and set the state of various
7 /// things in MPlayer. The API is based on the \ref Options API like the 7 /// things in MPlayer. The API is based on the \ref Options API like the
199 199
200 ///@} 200 ///@}
201 201
202 ///@} 202 ///@}
203 203
204 #endif /* M_PROPERTY_H */ 204 #endif /* MPLAYER_M_PROPERTY_H */