Ruby  2.0.0p247(2013-06-27revision41674)
win32/winmain.c
Go to the documentation of this file.
00001 #include <windows.h>
00002 #include <stdio.h>
00003 
00004 extern int main(int, char**);
00005 
00006 int WINAPI
00007 WinMain(HINSTANCE current, HINSTANCE prev, LPSTR cmdline, int showcmd)
00008 {
00009     return main(0, NULL);
00010 }
00011