Author: ion
Date: Mon Jan 30 03:16:47 2012
New Revision: 55313
URL:
http://svn.reactos.org/svn/reactos?rev=55313&view=rev
Log:
[SMSS]: Oh, right, compilation units. I had forgotten how much I hate rbuild.
Modified:
trunk/reactos/include/reactos/subsys/sm/smmsg.h
Modified: trunk/reactos/include/reactos/subsys/sm/smmsg.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/subsys/sm/…
==============================================================================
--- trunk/reactos/include/reactos/subsys/sm/smmsg.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/subsys/sm/smmsg.h [iso-8859-1] Mon Jan 30 03:16:47 2012
@@ -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 @@
//
C_ASSERT(sizeof(SB_CONNECTION_INFO) == 0xF4);
C_ASSERT(sizeof(SB_API_MSG) == 0x110);
-
+#endif