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 

Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7