|
|
| version 1.2, 2003/10/21 11:22:05 | version 1.4, 2004/06/14 13:35:40 |
|---|---|
| Line 13 | Line 13 |
| static BYTE cbuf[8]; | static BYTE cbuf[8]; |
| typedef struct { | typedef struct { |
| WORD res; | UINT16 res; |
| BYTE min; | BYTE min; |
| BYTE max; | BYTE max; |
| } VIRCAL_T; | } VIRCAL_T; |
| Line 29 static const VIRCAL_T vircal[6] = { {IDC | Line 29 static const VIRCAL_T vircal[6] = { {IDC |
| static void set_cal2dlg(HWND hWnd, const BYTE *cbuf) { | static void set_cal2dlg(HWND hWnd, const BYTE *cbuf) { |
| int i; | int i; |
| char work[8]; | TCHAR work[8]; |
| for (i=0; i<6; i++) { | for (i=0; i<6; i++) { |
| if (i != 1) { | if (i != 1) { |