Rev 19 | Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 19 | Rev 124 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | 64 | ||
65 | // display the dialog box |
65 | // display the dialog box |
66 | if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1) |
66 | if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1) |
67 | is_dialogbox_resign_validated = true; |
67 | is_dialogbox_resign_validated = true; |
68 | 68 | ||
- | 69 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
69 | return; // _endthread() implied |
70 | return; // _endthread() implied |
70 | } |
71 | } |
71 | 72 | ||
72 | 73 | ||
73 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |
74 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |