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__
#define __unknwn_h__
#ifndef _UNKNOWN_H_
#define _UNKNOWN_H_
#ifdef __cplusplus
extern "C" {
@ -70,5 +70,5 @@ HRESULT
IN POOL_TYPE PoolType
);
#endif
#endif /* _UNKNOWN_H_ */