winmain.cpp revision 34c409c20f7ef063b09462c5509a450201e69226
#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>
#define _WIN32_WINNT 0x0501
#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