• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

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 Sat Jul 7 2012 15:29:26 for Ruby by  doxygen 1.7.1