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