Ruby
3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
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.14.0