Author: akhaldi
Date: Wed Jun 9 18:30:37 2010
New Revision: 47720
URL:
http://svn.reactos.org/svn/reactos?rev=47720&view=rev
Log:
- Add some header guards.
Modified:
branches/header-work/include/ddk/csq.h
branches/header-work/include/ddk/d4drvif.h
branches/header-work/include/ddk/d4iface.h
branches/header-work/include/ddk/kbdmou.h
branches/header-work/include/ddk/video.h
branches/header-work/include/ddk/videoagp.h
branches/header-work/include/ddk/ws2san.h
branches/header-work/include/psdk/evntrace.h
branches/header-work/include/psdk/mswsock.h
Modified: branches/header-work/include/ddk/csq.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/csq.h?r…
==============================================================================
--- branches/header-work/include/ddk/csq.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/csq.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -54,7 +54,7 @@
#pragma once
-#define _REACTOS_CSQ_H
+#define _CSQ_H_
#ifdef __cplusplus
extern "C" {
Modified: branches/header-work/include/ddk/d4drvif.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/d4drvif…
==============================================================================
--- branches/header-work/include/ddk/d4drvif.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/d4drvif.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -21,6 +21,8 @@
*/
#pragma once
+
+#define _DOT4DRVIF_H
#ifdef __cplusplus
extern "C" {
Modified: branches/header-work/include/ddk/d4iface.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/d4iface…
==============================================================================
--- branches/header-work/include/ddk/d4iface.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/d4iface.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -1,4 +1,6 @@
#pragma once
+
+#define _DOT4_IFACE_H
#ifdef __cplusplus
extern "C" {
Modified: branches/header-work/include/ddk/kbdmou.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/kbdmou.…
==============================================================================
--- branches/header-work/include/ddk/kbdmou.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/kbdmou.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -21,6 +21,8 @@
*/
#pragma once
+
+#define _KBDMOU_
#include <ntddkbd.h>
#include <ntddmou.h>
Modified: branches/header-work/include/ddk/video.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/video.h…
==============================================================================
--- branches/header-work/include/ddk/video.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/video.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -21,6 +21,8 @@
*/
#pragma once
+
+#define __VIDEO_H__
#include "ntddvdeo.h"
#include "videoagp.h"
Modified: branches/header-work/include/ddk/videoagp.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/videoag…
==============================================================================
--- branches/header-work/include/ddk/videoagp.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/videoagp.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -21,6 +21,8 @@
*/
#pragma once
+
+#define __VIDEOAGP_H__
#ifdef __cplusplus
extern "C" {
Modified: branches/header-work/include/ddk/ws2san.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/ws2san.…
==============================================================================
--- branches/header-work/include/ddk/ws2san.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/ws2san.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -21,6 +21,8 @@
*/
#pragma once
+
+#define _WS2SAN_H_
#ifdef __cplusplus
extern "C" {
Modified: branches/header-work/include/psdk/evntrace.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/evntra…
==============================================================================
--- branches/header-work/include/psdk/evntrace.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/evntrace.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -1,4 +1,6 @@
#pragma once
+
+#define _EVNTRACE_
#ifndef WMIAPI
#ifndef MIDL_PASS
Modified: branches/header-work/include/psdk/mswsock.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/mswsoc…
==============================================================================
--- branches/header-work/include/psdk/mswsock.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/mswsock.h [iso-8859-1] Wed Jun 9 18:30:37 2010
@@ -10,6 +10,8 @@
*/
#pragma once
+
+#define _MSWSOCK_
#ifdef __cplusplus
extern "C" {