Ruby
1.9.3p551(2014-11-13revision48407)
Main Page
Modules
Data Structures
Files
File List
Globals
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
}
11
Generated on Fri Nov 14 2014 16:04:16 for Ruby by
1.8.3