diff options
author | Maciej Wycik <makar@poczta.of.pl> | 2013-06-03 11:14:59 +0000 |
---|---|---|
committer | Maciej Wycik <makar@poczta.of.pl> | 2013-06-03 11:14:59 +0000 |
commit | de9cbaa3b7e815a2a95e894e796196bf5629543d (patch) | |
tree | c2dbe4d2d241d580fc43e238fb5689f1d887aa83 /plugins/ConnectionNotify/src/debug.h | |
parent | f9944b07bb7623a9c27802c5e83d5f0e3f0e8597 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify/src/debug.h')
-rw-r--r-- | plugins/ConnectionNotify/src/debug.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ConnectionNotify/src/debug.h b/plugins/ConnectionNotify/src/debug.h new file mode 100644 index 0000000000..fd5b070c9e --- /dev/null +++ b/plugins/ConnectionNotify/src/debug.h @@ -0,0 +1,10 @@ +#pragma once
+#ifndef _INC_DEBUG
+#define _INC_DEBUG
+
+#include <windows.h>
+#include <stdio.h>
+#include <tchar.h>
+
+void _OutputDebugString(TCHAR* lpOutputString, ... );
+#endif
\ No newline at end of file |