diff --git a/src/win.c b/src/win.c index cfd8565c2..8f4a90871 100644 --- a/src/win.c +++ b/src/win.c @@ -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;