ReactOS 0.4.16-dev-927-g467dec4
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}
void __cdecl __security_init_cookie(void)
Definition: gs_support.c:55
unsigned long wmainCRTStartup(void *)