mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:03:02 +00:00
[PSDK]
Fix include guard for unknown.h svn path=/branches/cmake-bringup/; revision=49882
This commit is contained in:
parent
30922e7435
commit
d18b9b0c9b
1 changed files with 3 additions and 3 deletions
|
@ -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_ */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue