ReactOS 0.4.16-dev-746-g329a414
|
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <ndk/rtlfuncs.h>
#include "CmdLineUtil.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Functions | |
int APIENTRY | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
#define WIN32_NO_STATUS |
Definition at line 8 of file CmdLineUtil.c.
int APIENTRY wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 16 of file CmdLineUtil.c.