Fix include guard for unknown.h

svn path=/branches/cmake-bringup/; revision=49882
This commit is contained in:
Timo Kreuzer 2010-12-01 14:56:05 +00:00
parent 30922e7435
commit d18b9b0c9b

View file

@ -16,8 +16,8 @@
* *
*/ */
#ifndef __unknwn_h__ #ifndef _UNKNOWN_H_
#define __unknwn_h__ #define _UNKNOWN_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -70,5 +70,5 @@ HRESULT
IN POOL_TYPE PoolType IN POOL_TYPE PoolType
); );
#endif #endif /* _UNKNOWN_H_ */