summaryrefslogtreecommitdiff
path: root/protocols/ConnectionNotify/src/debug.h
blob: 044e81fe9f2bfd61b29a40abdbb8d353b869fbcb (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#ifndef _INC_DEBUG
#define _INC_DEBUG

#include <windows.h>
#include <stdio.h>

void _OutputDebugString(wchar_t* lpOutputString, ...);
#endif