mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 19:19:42 +00:00
fix unknown.h back as it was
correct fix is to fix ksfilter svn path=/trunk/; revision=32276
This commit is contained in:
parent
e09d6952b7
commit
ccb3b691ce
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef __unknwn_h__
|
#ifndef _UNKNOWN_H_
|
||||||
#define __unknwn_h__
|
#define _UNKNOWN_H_
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -51,6 +51,5 @@ HRESULT
|
||||||
IN PUNKNOWN OuterUnknown,
|
IN PUNKNOWN OuterUnknown,
|
||||||
IN POOL_TYPE PoolType
|
IN POOL_TYPE PoolType
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue