The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
@@ -110,7 +110,7 @@ bool ArchHooks_Win32::CheckForMultipleInstances(int argc, char* argv[])
|
||||
* not the main window. */
|
||||
CallbackData data;
|
||||
data.hParent = hWnd;
|
||||
data.hResult = NULL;
|
||||
data.hResult = nullptr;
|
||||
EnumWindows( GetEnabledPopup, (LPARAM) &data );
|
||||
|
||||
if( data.hResult != nullptr )
|
||||
|
||||
Reference in New Issue
Block a user