|
|
| version 1.20, 2007/12/17 14:52:55 | version 1.22, 2011/03/07 09:54:11 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | /** |
| #include <prsht.h> | * @file d_serial.cpp |
| #include "strres.h" | * @brief Serial configure dialog procedure |
| #include "resource.h" | * |
| #include "np2.h" | * @author $Author$ |
| #include "dosio.h" | * @date $Date$ |
| #include "commng.h" | */ |
| #include "sysmng.h" | |
| #include "np2class.h" | #include "compiler.h" |
| #include "dialog.h" | #include <prsht.h> |
| #include "dialogs.h" | #include "strres.h" |
| #include "pccore.h" | #include "resource.h" |
| #include "iocore.h" | #include "np2.h" |
| #include "pc9861k.h" | #include "dosio.h" |
| #include "dipswbmp.h" | #include "commng.h" |
| #include "sysmng.h" | |
| #include "np2class.h" | |
| #include "dialog.h" | |
| #include "dialogs.h" | |
| #include "pccore.h" | |
| #include "iocore.h" | |
| #include "pc9861k.h" | |
| #include "dipswbmp.h" | |
| #if !defined(__GNUC__) | |
| #pragma comment(lib, "comctl32.lib") | |
| #endif // !defined(__GNUC__) | |
| static const CBPARAM cpPort[] = | static const CBPARAM cpPort[] = |
| { | { |
| Line 720 void dialog_serial(HWND hWnd) | Line 731 void dialog_serial(HWND hWnd) |
| psp.pfnDlgProc = (DLGPROC)Com3Proc; | psp.pfnDlgProc = (DLGPROC)Com3Proc; |
| hpsp[3] = CreatePropertySheetPage(&psp); | hpsp[3] = CreatePropertySheetPage(&psp); |
| loadstringresource(hInstance, IDS_SERIALOPTION, szTitle, NELEMENTS(szTitle)); | loadstringresource(IDS_SERIALOPTION, szTitle, NELEMENTS(szTitle)); |
| ZeroMemory(&psh, sizeof(psh)); | ZeroMemory(&psh, sizeof(psh)); |
| psh.dwSize = sizeof(PROPSHEETHEADER); | psh.dwSize = sizeof(PROPSHEETHEADER); |