Ruby
3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
win32
winmain.c
1
#include <windows.h>
2
#include <stdio.h>
3
4
extern
int
main(
int
,
char
**);
5
6
int
WINAPI
7
WinMain(HINSTANCE current, HINSTANCE prev, LPSTR cmdline,
int
showcmd)
8
{
9
return
main(0, NULL);
10
}
Generated by
1.12.0