|
|
| version 1.15, 2006/12/24 00:52:30 | version 1.16, 2007/01/08 07:52:01 |
|---|---|
| Line 641 void dialog_serial(HWND hWnd) { | Line 641 void dialog_serial(HWND hWnd) { |
| PROPSHEETHEADER psh; | PROPSHEETHEADER psh; |
| HPROPSHEETPAGE hpsp[4]; | HPROPSHEETPAGE hpsp[4]; |
| hinst = GetWindowInst(hWnd); | hinst = (HINSTANCE)GetWindowLongPtr(hWnd, GWLP_HINSTANCE); |
| ZeroMemory(&psp, sizeof(psp)); | ZeroMemory(&psp, sizeof(psp)); |
| psp.dwSize = sizeof(PROPSHEETPAGE); | psp.dwSize = sizeof(PROPSHEETPAGE); |