added ifconfig to samples Makefile

This commit is contained in:
aleks-f
2012-12-14 15:30:24 -06:00
parent 0b0e293b96
commit 1ea4b41dad
2 changed files with 2 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ ThreadImpl::ThreadImpl():
{
}
ThreadImpl::~ThreadImpl()
{
if (_thread) CloseHandle(_thread);