about summary refs log tree commit diff stats
path: root/wow64/include/wine/debug.h
blob: e903d60478f57dbc3ea349ec68bcbecf07d8a291 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __WINE_DEBUG_H__
#define __WINE_DEBUG_H__

#include <windef.h>

int __cdecl __wine_dbg_output( const char *str );

#endif // __WINE_DEBUG_H__