#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include <glib.h>
#ifdef G_OS_WIN32
#include <stdio.h>
#include <io.h>
#include <conio.h>
#endif
#include <windows.h>
/* In case we build this as a windowed application */
#ifdef __GNUC__
# ifndef _stdcall
# endif
#endif
int _stdcall
struct HINSTANCE__ */*hPrevInstance*/,
char */*lpszCmdLine*/,
int /*nCmdShow*/)
{
{
/* stdout is fine, presumably redirected to a file or pipe */
}
else
{
{
}
}
int ret;
return ret;
}
#endif