[Oledb-dev] Is it time for 1.0.0.20?

Victor Snezhko snezhko at indorsoft.ru
Mon Apr 17 07:08:45 UTC 2006


"Konstantin Izmailov" <kizmailov at gmail.com> writes:

>  void _cdecl PgAtlTrace2(DWORD category, UINT level, LPCTSTR lpszFormat, ...)
>  {
> -	if (category & ATL_TRACE_CATEGORY && level <= ATL_TRACE_LEVEL)
> +	if (/*category & ATL_TRACE_CATEGORY &&*/ level <= ATL_TRACE_LEVEL)

These change, for instance, is already in CVS. You should update your
working copy (even better to do a fresh checkout), make the necessary
modifications to it and prepare a diff.

-- 
WBR, Victor V. Snezhko
EMail: snezhko at indorsoft.ru




More information about the Oledb-devel mailing list