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

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

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