Minor change: #ifdef -> #if

This commit is contained in:
Alden Torres 2015-08-13 00:19:41 -04:00
parent 9e29eb9978
commit d60ddf6786
1 changed files with 1 additions and 1 deletions

View File

@ -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.