diff options
Diffstat (limited to 'protocols/ConnectionNotify/src/debug.h')
-rw-r--r-- | protocols/ConnectionNotify/src/debug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/ConnectionNotify/src/debug.h b/protocols/ConnectionNotify/src/debug.h new file mode 100644 index 0000000000..044e81fe9f --- /dev/null +++ b/protocols/ConnectionNotify/src/debug.h @@ -0,0 +1,9 @@ +#pragma once +#ifndef _INC_DEBUG +#define _INC_DEBUG + +#include <windows.h> +#include <stdio.h> + +void _OutputDebugString(wchar_t* lpOutputString, ...); +#endif
\ No newline at end of file |