branch update for HEAD-2003021201
[reactos.git] / include / ddk / cmtypes.h
index a9af321..1743290 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef __INCLUDE_DDK_CMTYPES_H
+#define __INCLUDE_DDK_CMTYPES_H
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
 
 /*
  * Object Manager structures and typedefs
@@ -98,3 +106,9 @@ typedef struct _KEY_VALUE_ENTRY
   ULONG  Type;
 } KEY_VALUE_ENTRY, *PKEY_VALUE_ENTRY;
 
+
+#ifdef __cplusplus
+};
+#endif
+
+#endif /* __INCLUDE_DDK_CMTYPES_H */