summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/winmain.c
blob: 8a81f6f1bfdfd40a0723ac0c6522331668fe8a94 (plain)
1
2
3
4
5
6
7
8
9
10
#include <callback.h>
#include <windows.h>
extern char **__argv;

int WINAPI WinMain(HINSTANCE h, HINSTANCE HPrevInstance,
                   LPSTR lpCmdLine, int nCmdShow)
{
  caml_main(__argv);
  return 0;
}