summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/debug.h
blob: f98e22ab46ed4173092482a8ede0ac5014636bdb (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