ReactOS 0.4.15-dev-7842-g558ab78
wusa.c File Reference
#include "wusa.h"
Include dependency graph for wusa.c:

Go to the source code of this file.

Functions

int WINAPI wWinMain (HINSTANCE hCurInst, HINSTANCE hPrevInst, LPWSTR lpsCmdLine, int nCmdShow)
 

Function Documentation

◆ wWinMain()

int WINAPI 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 13 of file wusa.c.

17{
18 return 0;
19}