The big NULL replacement party part 6.
...and ', NULL' had even more to replace.
This commit is contained in:
@@ -174,7 +174,7 @@ NetworkStream_Win32::NetworkStream_Win32():
|
||||
#if defined(WINDOWS)
|
||||
m_hResolve = nullptr;
|
||||
m_hResolveHwnd = nullptr;
|
||||
m_hCompletionEvent = CreateEvent( NULL, true, false, NULL );
|
||||
m_hCompletionEvent = CreateEvent( NULL, true, false, nullptr );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user