Ruby
4.1.0dev (2025-12-27 revision dedde996762dbed72d3f1e11a02d69a9d080edc4)
win32
winmain.c
1
#include <windows.h>
2
#include <stdio.h>
3
4
extern
int
wmain(
int
, WCHAR**);
5
6
int
WINAPI
7
WinMain(HINSTANCE current, HINSTANCE prev, LPSTR cmdline,
int
showcmd)
8
{
9
return
wmain(0, NULL);
10
}
Generated by
1.9.8