OSDN Git Service

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