diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 06:33:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 06:33:59 +0000 |
commit | 524c4c96a47b4dde094cfbcdcf07434c9108e392 (patch) | |
tree | 3e3f874c8c48da62567dd26845469edf78da63e4 /plugins/YAMN/src/debug.h | |
parent | 45358c3507af7d4bb32c031eaa25708905effa91 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/src/debug.h')
-rw-r--r-- | plugins/YAMN/src/debug.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/plugins/YAMN/src/debug.h b/plugins/YAMN/src/debug.h index 3bde9ddc81..9581117503 100644 --- a/plugins/YAMN/src/debug.h +++ b/plugins/YAMN/src/debug.h @@ -1,23 +1,7 @@ #ifndef __DEBUG_H
#define __DEBUG_H
-// #define YAMN_DEBUG
-
-//#define YAMN_VER_BETA
-//#define YAMN_VER_BETA_CRASHONLY
-
-#ifdef YAMN_DEBUG
-
-//#pragma comment(lib, "th32.lib")
-
-#if !defined(_WIN32_WINNT)
-#define _WIN32_WINNT 0x0501 // WinXP only
-#endif
-#define VC_EXTRALEAN
-#include <windows.h>
-#include <tlhelp32.h>
-#include <stdio.h>
-#include <shlwapi.h>
+#ifdef _DEBUG
//#define DEBUG_SYNCHRO //debug synchro to a file
//#define DEBUG_COMM //debug communiation to a file
|