Functions

win32/winmain.c File Reference

#include <windows.h>
#include <stdio.h>
Include dependency graph for winmain.c:

Go to the source code of this file.

Functions

int main (int, char **)
int WINAPI WinMain (HINSTANCE current, HINSTANCE prev, LPSTR cmdline, int showcmd)

Function Documentation

int main ( int  ,
char **   
)
int WINAPI WinMain ( HINSTANCE  current,
HINSTANCE  prev,
LPSTR  cmdline,
int  showcmd 
)

Definition at line 7 of file winmain.c.

References main(), and NULL.