Fix some incorrect typing with the NULL->nullptr conversion for Windows

This commit is contained in:
teejusb
2019-06-22 23:16:10 -07:00
parent f230d39634
commit f08d7d9f68
4 changed files with 7 additions and 6 deletions
@@ -170,7 +170,7 @@ NetworkStream_Win32::NetworkStream_Win32():
{
m_iPort = -1;
m_State = STATE_IDLE;
m_Socket = nullptr;
m_Socket = NULL;
#if defined(WINDOWS)
m_hResolve = nullptr;
m_hResolveHwnd = nullptr;