mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[SMSS2]: I hate you, rbuild.
svn path=/trunk/; revision=55468
This commit is contained in:
parent
524f08e959
commit
56152bb4a9
1 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
|||
*/
|
||||
|
||||
/* DEPENDENCIES ***************************************************************/
|
||||
#pragma once
|
||||
#ifndef _SM_
|
||||
#define _SM_
|
||||
|
||||
//
|
||||
// Native Headers
|
||||
|
@ -206,4 +209,5 @@ VOID
|
|||
NTAPI
|
||||
SmpTranslateSystemPartitionInformation(
|
||||
VOID
|
||||
);
|
||||
);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue