ReactOS 0.4.16-dev-2110-ge3521eb
wmainCRTStartup.cpp
Go to the documentation of this file.
1//
2// wmainCRTStartup.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Implementation of unicode executable entry point.
7//
8// SPDX-License-Identifier: MIT
9//
10
11#include "commonCRTStartup.hpp"
12
13extern "C" unsigned long wmainCRTStartup(void*)
14{
16
17 return __commonCRTStartup<decltype(wmain)>();
18}
int __cdecl wmainCRTStartup(void)
Definition: crt_wmain.c:41
void __cdecl __security_init_cookie(void)
Definition: gs_support.c:55