1
0

crashDlg.h 139 B

12345
  1. #pragma once
  2. #include <windows.h>
  3. #include <commctrl.h>
  4. BOOL CALLBACK CrashDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);