| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to d_screen.cpp CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / win9x / dialog | 
| version 1.11, 2005/03/20 23:48:03 | version 1.13, 2007/01/08 07:52:01 | 
|---|---|
| Line 271 void dialog_scropt(HWND hWnd) { | Line 271 void dialog_scropt(HWND hWnd) { | 
| PROPSHEETHEADER psh; | PROPSHEETHEADER psh; | 
| HPROPSHEETPAGE hpsp[3]; | HPROPSHEETPAGE hpsp[3]; | 
| hinst = (HINSTANCE)GetWindowLong(hWnd, GWL_HINSTANCE); | hinst = (HINSTANCE)GetWindowLongPtr(hWnd, GWLP_HINSTANCE); | 
| ZeroMemory(&psp, sizeof(psp)); | ZeroMemory(&psp, sizeof(psp)); | 
| psp.dwSize = sizeof(PROPSHEETPAGE); | psp.dwSize = sizeof(PROPSHEETPAGE); |