ReactOS 0.4.15-dev-7934-g1dc8d80
natstart.c File Reference
#include <crtdefs.h>
#include <internal.h>
Include dependency graph for natstart.c:

Go to the source code of this file.

Variables

_PGLOBAL volatile unsigned int __native_dllmain_reason = UINT_MAX
 
volatile unsigned int __native_vcclrit_reason = UINT_MAX
 
volatile __enative_startup_state __native_startup_state
 
volatile void__native_startup_lock
 

Variable Documentation

◆ __native_dllmain_reason

_PGLOBAL volatile unsigned int __native_dllmain_reason = UINT_MAX

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 11 of file natstart.c.

◆ __native_startup_lock

volatile void* __native_startup_lock

Definition at line 14 of file natstart.c.

◆ __native_startup_state

volatile __enative_startup_state __native_startup_state

Definition at line 13 of file natstart.c.

◆ __native_vcclrit_reason

volatile unsigned int __native_vcclrit_reason = UINT_MAX

Definition at line 12 of file natstart.c.