blob: 8e7f9ed445badfc9b3eeec596f10eb9299c3c7de [file] [log] [blame]
oliverschmidt06437bc2004-07-15 00:31:10 +00001#define WIN32_LEAN_AND_MEAN
2#include <windows.h>
3
4void
5debug_print(char *s)
6{
7 OutputDebugString(s);
8}