Ruby
2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
win32
winmain.c
Go to the documentation of this file.
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
}
NULL
#define NULL
Definition:
rb_mjit_min_header-2.7.6.h:11172
main
int main(int, char **)
WinMain
int WINAPI WinMain(HINSTANCE current, HINSTANCE prev, LPSTR cmdline, int showcmd)
Definition:
winmain.c:7
Generated by
1.9.2