- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / applications / net / dhcpd / src / utils / wutils.c
1 #include <options.h>
2 #include <wutils.h>
3
4 u8b try_lock( u8b *key )
5 {
6 if( *key == TRUE )
7 return FALSE;
8 return TRUE;
9 }