diff options
Diffstat (limited to 'wow64/include/wine/debug.h')
| -rw-r--r-- | wow64/include/wine/debug.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wow64/include/wine/debug.h b/wow64/include/wine/debug.h new file mode 100644 index 00000000..e903d604 --- /dev/null +++ b/wow64/include/wine/debug.h @@ -0,0 +1,8 @@ +#ifndef __WINE_DEBUG_H__ +#define __WINE_DEBUG_H__ + +#include <windef.h> + +int __cdecl __wine_dbg_output( const char *str ); + +#endif // __WINE_DEBUG_H__ \ No newline at end of file |