Minor change: #ifdef -> #if
This commit is contained in:
parent
9e29eb9978
commit
d60ddf6786
|
@ -63,7 +63,7 @@ namespace libtorrent
|
|||
#define TORRENT_VERBOSE_UTP_LOG 1
|
||||
#endif
|
||||
|
||||
#ifdef TORRENT_UTP_LOG
|
||||
#if TORRENT_UTP_LOG
|
||||
bool is_utp_stream_logging();
|
||||
|
||||
// This function should be used at the very beginning and very end of your program.
|
||||
|
|
Loading…
Reference in New Issue