mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Revert 32276, since the include guard convention has been changed by 32274.
svn path=/trunk/; revision=32277
This commit is contained in:
parent
ccb3b691ce
commit
bac34f838d
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef _UNKNOWN_H_
|
||||
#define _UNKNOWN_H_
|
||||
#ifndef __unknwn_h__
|
||||
#define __unknwn_h__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -51,5 +51,6 @@ HRESULT
|
|||
IN PUNKNOWN OuterUnknown,
|
||||
IN POOL_TYPE PoolType
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue