mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -375,7 +375,7 @@ LRESULT CALLBACK WndProc( HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam
|
||||
|
||||
case WM_DROPFILES:
|
||||
{
|
||||
int i, j, fileCount = DragQueryFile( (HDROP)wParam, -1, nil, nil );
|
||||
int i, j, fileCount = DragQueryFile( (HDROP)wParam, -1, nil, 0 );
|
||||
char path[ MAX_PATH ];
|
||||
|
||||
plWaitCursor myWaitCursor;
|
||||
|
Reference in New Issue
Block a user