Ruby
3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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.9.8