Fixed a compile-breaking mistake in win.c.

This commit is contained in:
OBattler
2016-11-13 06:21:35 +01:00
parent 4a133e99f3
commit 0fa6077480

View File

@@ -1198,7 +1198,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
pause = 0;
break;
case SCSI_ENABLED:
case IDM_SCSI_ENABLED:
if (MessageBox(NULL,"This will reset 86Box!\nOkay to continue?","86Box",MB_OKCANCEL) != IDOK)
{
break;