[SMSS]: Oh, right, compilation units. I had forgotten how much I hate rbuild.
authorAlex Ionescu <aionescu@gmail.com>
Mon, 30 Jan 2012 03:16:47 +0000 (03:16 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 30 Jan 2012 03:16:47 +0000 (03:16 +0000)
svn path=/trunk/; revision=55313

reactos/include/reactos/subsys/sm/smmsg.h

index cf60d88..6395fb8 100644 (file)
@@ -5,6 +5,9 @@
  * PURPOSE:         SMSS (SB and SM) Message Format
  * PROGRAMMERS:     Alex Ionescu
  */
+#pragma once
+#ifndef _SM_MSG_
+#define _SM_MSG_
 
 //
 // There are the APIs that a Client (such as CSRSS) can send to the SMSS Server.
@@ -205,4 +208,4 @@ typedef struct _SB_API_MSG
 //
 C_ASSERT(sizeof(SB_CONNECTION_INFO) == 0xF4);
 C_ASSERT(sizeof(SB_API_MSG) == 0x110);
-
+#endif