From 2b6af2000b421057a3194a962a9ab6be39d0a838 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 21:35:58 +0000 Subject: Add multiple inclusion guards to all header files that lack them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/dhahelperwin/ntverp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vidix/dhahelperwin') diff --git a/vidix/dhahelperwin/ntverp.h b/vidix/dhahelperwin/ntverp.h index bfcc43240d..807f123055 100644 --- a/vidix/dhahelperwin/ntverp.h +++ b/vidix/dhahelperwin/ntverp.h @@ -13,6 +13,9 @@ * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */ +#ifndef NTVERP_H +#define NTVERP_H + // // Windows NT Build 3790.1830 // @@ -149,3 +152,5 @@ "ReactOS(R) Operating System" #define VER_LEGALTRADEMARKS_STR \ "ReactOS(R) is a registered trademark of the ReactOS Foundation." + +#define /* NTVERP_H */ -- cgit v1.2.3