#define ENDSESSION_LOGOFF 0x80000000
#endif
-// ---------------------------------------------------------------------------
-// debug messages
-// ---------------------------------------------------------------------------
-#if defined(__WIN95__) && defined(__WXDEBUG__) && wxUSE_DBWIN32
-
- #ifndef __TWIN32__
- #ifdef OutputDebugString
- #undef OutputDebugString
- #endif
-
- #define OutputDebugString OutputDebugStringW95
- #endif // __TWIN32__
-
- extern void OutputDebugStringW95(const wxChar*, ...);
-#endif // USE_DBWIN32
-
// ---------------------------------------------------------------------------
// useful macros and functions
// ---------------------------------------------------------------------------
WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd);
-WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font);
+WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y, const wxFont *the_font);
WXDLLEXPORT void wxFillLogFont(LOGFONT *logFont, const wxFont *font);
WXDLLEXPORT wxFont wxCreateFontFromLogFont(const LOGFONT *logFont);