mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +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_
|
#ifndef __unknwn_h__
|
||||||
#define _UNKNOWN_H_
|
#define __unknwn_h__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -51,5 +51,6 @@ HRESULT
|
||||||
IN PUNKNOWN OuterUnknown,
|
IN PUNKNOWN OuterUnknown,
|
||||||
IN POOL_TYPE PoolType
|
IN POOL_TYPE PoolType
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue