From 67e489c5cfc536ace6b3ffa11398d2467cdcf2c2 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 16 Feb 2004 22:38:43 +0000 Subject: [PATCH] Removed c++ style comments. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index c752d25709..8ed215c2f8 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -880,7 +880,7 @@ /* ODBC and Unicode are now compatible */ -#if 0 // wxUSE_ODBC && wxUSE_UNICODE +#if 0 /* wxUSE_ODBC && wxUSE_UNICODE */ # ifdef wxABORT_ON_CONFIG_ERROR /* (ODBC classes aren't Unicode-compatible yet) */ # error "wxUSE_ODBC can't be used with wxUSE_UNICODE" @@ -1134,7 +1134,7 @@ # endif #endif /* wxMGL */ -// Hopefully we can emulate these dialogs in due course +/* Hopefully we can emulate these dialogs in due course */ #if wxUSE_SMARTPHONE # ifdef wxUSE_COLOURDLG # undef wxUSE_COLOURDLG -- 2.45.2