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