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__