X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=Utils%2FDebug.h;fp=Utils%2FDebug.h;h=7cd93e73c8b89eab1f6c3b158500547b7afd7023;hb=d41e118db5f30c18504f18023f30c09d6b027c0d;hp=0000000000000000000000000000000000000000;hpb=60636b398fcb505853d4dfab1b81b1a9630f8332;p=tortoisegit%2FTortoiseGitJp.git diff --git a/Utils/Debug.h b/Utils/Debug.h new file mode 100644 index 0000000..7cd93e7 --- /dev/null +++ b/Utils/Debug.h @@ -0,0 +1,27 @@ +// TortoiseSVN - a Windows shell extension for easy version control + +// Copyright (C) 2007 - TortoiseSVN + +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software Foundation, +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +#pragma once +#include + +/** + * \ingroup Utils + * Trace macro for win32 applications where the MFC or ATL trace macro is + * not available. + */ +void TRACE(LPCTSTR str, ...);