ReactOS 0.4.15-dev-7842-g558ab78
crt0_w.c
Go to the documentation of this file.
1
6#include <stdarg.h>
7#include <windef.h>
8
9/* Do the UNICODE prototyping of WinMain. Be aware that in winbase.h WinMain is a macro
10 defined to wWinMain. */
11int WINAPI wWinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPWSTR lpCmdLine,int nShowCmd);
12
16
17int __cdecl wmain (int, wchar_t **, wchar_t **);
18
19/*ARGSUSED*/
21 wchar_t ** __UNUSED_PARAM(cmdline),
22 wchar_t ** __UNUSED_PARAM(inst))
23{
26}
#define __UNUSED_PARAM(x)
Definition: _mingw.h:74
#define __cdecl
Definition: accygwin.h:79
HINSTANCE hInstance
Definition: charmap.c:19
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
Definition: charmap.c:671
LPWSTR __mingw_winmain_lpCmdLine
HINSTANCE __mingw_winmain_hInstance
DWORD __mingw_winmain_nShowCmd
#define NULL
Definition: types.h:112
unsigned long DWORD
Definition: ntddk_ex.h:95
GLbitfield flags
Definition: glext.h:7161
int wmain()
TCHAR * cmdline
Definition: stretchblt.cpp:32
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184