Fix some incorrect typing with the NULL->nullptr conversion for Windows
This commit is contained in:
@@ -37,7 +37,7 @@ static RString GetNewWindow()
|
||||
{
|
||||
HWND h = GetForegroundWindow();
|
||||
if( h == nullptr )
|
||||
return "(nullptr)";
|
||||
return "(NULL)";
|
||||
|
||||
DWORD iProcessID;
|
||||
GetWindowThreadProcessId( h, &iProcessID );
|
||||
|
||||
Reference in New Issue
Block a user