--- np2/win9x/dialog/np2class.cpp 2004/05/23 15:01:45 1.6 +++ np2/win9x/dialog/np2class.cpp 2005/03/20 13:12:50 1.9 @@ -5,7 +5,7 @@ #include "np2class.h" -const char np2dlgclass[] = "np2dialog"; +const TCHAR np2dlgclass[] = _T("np2dialog"); void np2class_initialize(HINSTANCE hinst) { @@ -114,7 +114,7 @@ void np2class_enablemenu(HWND hWnd, BOOL } } -void np2class_windowtype(HWND hWnd, BYTE type) { +void np2class_windowtype(HWND hWnd, UINT8 type) { RECT rect; DWORD style; @@ -146,7 +146,7 @@ void np2class_windowtype(HWND hWnd, BYTE rect.right - rect.left, rect.bottom - rect.top); } -void np2class_frametype(HWND hWnd, BYTE thick) { +void np2class_frametype(HWND hWnd, UINT8 thick) { RECT rect; DWORD style;