[SMSS]: Oh, right, compilation units. I had forgotten how much I hate rbuild.

svn path=/trunk/; revision=55313
This commit is contained in:
Alex Ionescu
2012-01-30 03:16:47 +00:00
parent df41abd401
commit 4459aa9ea3
+4 -1
View 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