mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
- Fix build (try 2)
svn path=/trunk/; revision=44165
This commit is contained in:
parent
4d5c7b23b2
commit
2781609339
1 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,5 @@ extern VOID TcpipInterlockedInsertTailList( PLIST_ENTRY ListHead,
|
|||
PKSPIN_LOCK Lock );
|
||||
extern VOID TcpipAcquireFastMutex( PFAST_MUTEX Mutex );
|
||||
extern VOID TcpipReleaseFastMutex( PFAST_MUTEX Mutex );
|
||||
extern VOID TcpipRecursiveMutexInit( PRECURSIVE_MUTEX RecMutex );
|
||||
extern VOID TcpipRecursiveMutexEnter( PRECURSIVE_MUTEX RecMutex );
|
||||
extern VOID TcpipRecursiveMutexLeave( PRECURSIVE_MUTEX RecMutex );
|
||||
|
||||
#endif/*_LOCK_H*/
|
||||
|
|
Loading…
Reference in a new issue