vo_corevideo.h: Add standard multiple inclusion guards

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-12 17:05:44 +00:00 committed by Uoti Urpala
parent 5896036cb3
commit eb67fe1a34
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPLAYER_VO_COREVIDEO_H
#define MPLAYER_VO_COREVIDEO_H
#import <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h>
#import <Carbon/Carbon.h>
@ -108,3 +111,5 @@
- (void) mouseEvent: (NSEvent *) theEvent;
- (void) check_events;
@end
#endif /* MPLAYER_VO_COREVIDEO_H */