- Revert 32276, since the include guard convention has been changed by 32274.

svn path=/trunk/; revision=32277
This commit is contained in:
Aleksey Bragin 2008-02-10 20:09:06 +00:00
parent ccb3b691ce
commit bac34f838d

View file

@ -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