Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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
}
WinMain
int WINAPI WinMain(HINSTANCE current, HINSTANCE prev, LPSTR cmdline, int showcmd)
Definition:
winmain.c:7
NULL
#define NULL
Definition:
_sdbm.c:101
main
int main(int, char **)
Definition:
nkf.c:6934
Generated by
1.8.17