comparison libass/ass_font.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 04dbd42b3962
children 27bac14b4ce4
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software 17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef __ASS_FONT_H__ 21 #ifndef ASS_FONT_H
22 #define __ASS_FONT_H__ 22 #define ASS_FONT_H
23 23
24 #ifdef HAVE_FONTCONFIG 24 #ifdef HAVE_FONTCONFIG
25 #include <fontconfig/fontconfig.h> 25 #include <fontconfig/fontconfig.h>
26 #endif 26 #endif
27 27