From bb7b132e08455afc0db5f1473d070801ffbfa455 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 23 Feb 2008 14:50:55 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/wine/heap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loader/wine/heap.h') diff --git a/loader/wine/heap.h b/loader/wine/heap.h index 2feae9cd20..52e2f1c868 100644 --- a/loader/wine/heap.h +++ b/loader/wine/heap.h @@ -4,8 +4,8 @@ * Copyright 1996 Alexandre Julliard */ -#ifndef WINE_HEAP_H -#define WINE_HEAP_H +#ifndef MPLAYER_HEAP_H +#define MPLAYER_HEAP_H #include "config.h" @@ -53,4 +53,4 @@ typedef struct extern SYSTEM_HEAP_DESCR *SystemHeapDescr; -#endif /* WINE_HEAP_H */ +#endif /* MPLAYER_HEAP_H */ -- cgit v1.2.3