diff options
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 |