From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- skype/debug.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 skype/debug.h (limited to 'skype/debug.h') diff --git a/skype/debug.h b/skype/debug.h deleted file mode 100644 index 9582246..0000000 --- a/skype/debug.h +++ /dev/null @@ -1,23 +0,0 @@ -//#define DEBUG_RELEASE 1 - -#ifdef DEBUG_RELEASE - #define _DEBUG 1 -#endif - -#ifdef _DEBUG - void init_debug(void); - void end_debug (void); - void do_log(const char *pszFormat, ...); - #define DEBUG_OUT(a) OUTPUT(a) - #define TRACE(a) OutputDebugString(a) - #define TRACEA(a) OutputDebugStringA(a) - #define TRACEW(a) OutputDebugStringW(a) - #define LOG(a) do_log a -#else - #define DEBUG_OUT(a) - #define LOG(a) - #define TRACE(a) - #define TRACEA(a) - #define TRACEW(a) -#endif - -- cgit v1.2.3